#A6B5DC

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

Shades of Perano #A6B5DC

Tints of Perano #A6B5DC

Color information

#A6B5DC (or 0xA6B5DC) is unknown color: approx Perano. HEX triplet: A6, B5 and DC. RGB value is (166,181,220). Sum of RGB (Red+Green+Blue) = 166+181+220=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6B5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B5DC is #594A23. Grayscale: #B4B4B4. Windows color (decimal): -5851684 or 14464422. OLE color: 14464422.

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

Color convert

RGB166181220-
CMYK0.250.1800.14
HSL223.33º43.55%75.69%-
HSV(B)223.33º24.55%86.27%-
XYZ45.1746.3274.27-
YUV180.96150.03117.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.28%
GREEN value IS 181 (71.09% from 255) = 31.92%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=29.28%
G=31.92%
B=38.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661812200.250.1800.14223.3343.5575.69
HexA6B5DC19120Edf2c4c
Octal246265334312201633754114
Binary101001101011010111011100110011001001110110111111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B5DC; }

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

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

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

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

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

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

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

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