#A6BCE8

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

Shades of Perano #A6BCE8

Tints of Perano #A6BCE8

Color information

#A6BCE8 (or 0xA6BCE8) is unknown color: approx Perano. HEX triplet: A6, BC and E8. RGB value is (166,188,232). Sum of RGB (Red+Green+Blue) = 166+188+232=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 232 (91.02% from 255 or 39.59% from 586); Max value from RGB is 232 - color contains mainly: blue. Hex color #A6BCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BCE8 is #594317. Grayscale: #BABABA. Windows color (decimal): -5849880 or 15252646. OLE color: 15252646.

HSL color Cylindrical-coordinate representation of color #A6BCE8: hue angle of 220º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6BCE8 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB166188232-
CMYK0.280.1900.09
HSL220º58.93%78.04%-
HSV(B)220º28.45%90.98%-
XYZ48.2749.983.43-
YUV186.44153.71113.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.33%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 232 (91.02% from 255) = 39.59%
R=28.33%
G=32.08%
B=39.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1661882320.280.1900.0922058.9378.04
HexA6BCE81C1309dc3b4e
Octal246274350342301133473116
Binary101001101011110011101000111001001101001110111001110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BCE8; }

 p { color: rgb(166,188,232); }

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

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

 a { background-color: rgb(166,188,232); }

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

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

 span { border-color: rgb(166,188,232); }

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