#A6BBEF

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

Shades of Perano #A6BBEF

Tints of Perano #A6BBEF

Color information

#A6BBEF (or 0xA6BBEF) is unknown color: approx Perano. HEX triplet: A6, BB and EF. RGB value is (166,187,239). Sum of RGB (Red+Green+Blue) = 166+187+239=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6BBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BBEF is #594410. Grayscale: #BABABA. Windows color (decimal): -5850129 or 15711142. OLE color: 15711142.

HSL color Cylindrical-coordinate representation of color #A6BBEF: hue angle of 222.74º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6BBEF is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB166187239-
CMYK0.310.2200.06
HSL222.74º69.52%79.41%-
HSV(B)222.74º30.54%93.73%-
XYZ49.0849.8888.7-
YUV186.65157.54113.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.04%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 239 (93.75% from 255) = 40.37%
R=28.04%
G=31.59%
B=40.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1661872390.310.2200.06222.7469.5279.41
HexA6BBEF1F1606df464f
Octal246273357372606337106117
Binary101001101011101111101111111111011001101101111110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BBEF; }

 p { color: rgb(166,187,239); }

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

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

 a { background-color: rgb(166,187,239); }

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

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

 span { border-color: rgb(166,187,239); }

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