#A6B2DC

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

Shades of Perano #A6B2DC

Tints of Perano #A6B2DC

Color information

#A6B2DC (or 0xA6B2DC) is unknown color: approx Perano. HEX triplet: A6, B2 and DC. RGB value is (166,178,220). Sum of RGB (Red+Green+Blue) = 166+178+220=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6B2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6B2DC is #594D23. Grayscale: #B3B3B3. Windows color (decimal): -5852452 or 14463654. OLE color: 14463654.

HSL color Cylindrical-coordinate representation of color #A6B2DC: hue angle of 226.67º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6B2DC is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166178220-
CMYK0.250.1900.14
HSL226.67º43.55%75.69%-
HSV(B)226.67º24.55%86.27%-
XYZ44.5645.1274.07-
YUV179.2151.02118.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.43%
GREEN value IS 178 (69.92% from 255) = 31.56%
BLUE value IS 220 (86.33% from 255) = 39.01%
R=29.43%
G=31.56%
B=39.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661782200.250.1900.14226.6743.5575.69
HexA6B2DC19130Ee32c4c
Octal246262334312301634354114
Binary101001101011001011011100110011001101110111000111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B2DC; }

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

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

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

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

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

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

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

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