#A6B2DE

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

Shades of Perano #A6B2DE

Tints of Perano #A6B2DE

Color information

#A6B2DE (or 0xA6B2DE) is unknown color: approx Perano. HEX triplet: A6, B2 and DE. RGB value is (166,178,222). Sum of RGB (Red+Green+Blue) = 166+178+222=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6B2DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6B2DE is #594D21. Grayscale: #B3B3B3. Windows color (decimal): -5852450 or 14594726. OLE color: 14594726.

HSL color Cylindrical-coordinate representation of color #A6B2DE: hue angle of 227.14º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6B2DE is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166178222-
CMYK0.250.2000.13
HSL227.14º45.9%76.08%-
HSV(B)227.14º25.23%87.06%-
XYZ44.8345.2275.47-
YUV179.43152.02118.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.33%
GREEN value IS 178 (69.92% from 255) = 31.45%
BLUE value IS 222 (87.11% from 255) = 39.22%
R=29.33%
G=31.45%
B=39.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661782220.250.2000.13227.1445.976.08
HexA6B2DE19140De32e4c
Octal246262336312401534356114
Binary101001101011001011011110110011010001101111000111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B2DE; }

 p { color: rgb(166,178,222); }

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

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

 a { background-color: rgb(166,178,222); }

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

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

 span { border-color: rgb(166,178,222); }

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