#A6B5DD

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

Shades of Perano #A6B5DD

Tints of Perano #A6B5DD

Color information

#A6B5DD (or 0xA6B5DD) is unknown color: approx Perano. HEX triplet: A6, B5 and DD. RGB value is (166,181,221). Sum of RGB (Red+Green+Blue) = 166+181+221=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6B5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B5DD is #594A22. Grayscale: #B4B4B4. Windows color (decimal): -5851683 or 14529958. OLE color: 14529958.

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

Color convert

RGB166181221-
CMYK0.250.1800.13
HSL223.64º44.72%75.88%-
HSV(B)223.64º24.89%86.67%-
XYZ45.346.3874.97-
YUV181.08150.53117.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.23%
GREEN value IS 181 (71.09% from 255) = 31.87%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=29.23%
G=31.87%
B=38.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661812210.250.1800.13223.6444.7275.88
HexA6B5DD19120De02d4c
Octal246265335312201534055114
Binary101001101011010111011101110011001001101111000001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B5DD; }

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

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

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

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

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

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

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

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