#A6BAE0

Color #A6BAE0 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #A6BAE0

Tints of Perano #A6BAE0

Color information

#A6BAE0 (or 0xA6BAE0) is unknown color: approx Perano. HEX triplet: A6, BA and E0. RGB value is (166,186,224). Sum of RGB (Red+Green+Blue) = 166+186+224=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 224 - color contains mainly: blue. Hex color #A6BAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BAE0 is #59451F. Grayscale: #B8B8B8. Windows color (decimal): -5850400 or 14727846. OLE color: 14727846.

HSL color Cylindrical-coordinate representation of color #A6BAE0: hue angle of 219.31º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6BAE0 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB166186224-
CMYK0.260.1700.12
HSL219.31º48.33%76.47%-
HSV(B)219.31º25.89%87.84%-
XYZ46.7448.6177.44-
YUV184.35150.37114.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 28.82%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 224 (87.89% from 255) = 38.89%
R=28.82%
G=32.29%
B=38.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1661862240.260.1700.12219.3148.3376.47
HexA6BAE01A110Cdb304c
Octal246272340322101433360114
Binary101001101011101011100000110101000101100110110111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BAE0; }

 p { color: rgb(166,186,224); }

 H1.HeaderClassName
 {
   color: #A6BAE0;
 }
 .AnyTagClassName
 {
   color: #A6BAE0;
 }
</style>
background-color css

<style>
 a { background-color: #A6BAE0; }

 a { background-color: rgb(166,186,224); }

 div.DivClassName
 {
   background-color: #A6BAE0;
 }
 .BgClassName
 {
   background-color: #A6BAE0;
 }
</style>
border-color css

<style>
 span { border-color: #A6BAE0; }

 span { border-color: rgb(166,186,224); }

 td.TdClassName
 {
   border-color: #A6BAE0;
 }
 .TagClassName
 {
   border-color: #A6BAE0;
 }
</style>