#A6B6DC

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

Shades of Perano #A6B6DC

Tints of Perano #A6B6DC

Color information

#A6B6DC (or 0xA6B6DC) is unknown color: approx Perano. HEX triplet: A6, B6 and DC. RGB value is (166,182,220). Sum of RGB (Red+Green+Blue) = 166+182+220=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6B6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B6DC is #594923. Grayscale: #B5B5B5. Windows color (decimal): -5851428 or 14464678. OLE color: 14464678.

HSL color Cylindrical-coordinate representation of color #A6B6DC: hue angle of 222.22º 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 #A6B6DC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166182220-
CMYK0.250.1700.14
HSL222.22º43.55%75.69%-
HSV(B)222.22º24.55%86.27%-
XYZ45.3746.7374.34-
YUV181.55149.7116.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.23%
GREEN value IS 182 (71.48% from 255) = 32.04%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=29.23%
G=32.04%
B=38.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661822200.250.1700.14222.2243.5575.69
HexA6B6DC19110Ede2c4c
Octal246266334312101633654114
Binary101001101011011011011100110011000101110110111101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B6DC; }

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

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

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

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

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

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

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

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