#ABB5DD

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

Shades of Perano #ABB5DD

Tints of Perano #ABB5DD

Color information

#ABB5DD (or 0xABB5DD) is unknown color: approx Perano. HEX triplet: AB, B5 and DD. RGB value is (171,181,221). Sum of RGB (Red+Green+Blue) = 171+181+221=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABB5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB5DD is #544A22. Grayscale: #B6B6B6. Windows color (decimal): -5524003 or 14529963. OLE color: 14529963.

HSL color Cylindrical-coordinate representation of color #ABB5DD: hue angle of 228º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABB5DD is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171181221-
CMYK0.230.1800.13
HSL228º42.37%76.86%-
HSV(B)228º22.62%86.67%-
XYZ46.3746.9375.02-
YUV182.57149.69119.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.84%
GREEN value IS 181 (71.09% from 255) = 31.59%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=29.84%
G=31.59%
B=38.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711812210.230.1800.1322842.3776.86
HexABB5DD17120De42a4d
Octal253265335272201534452115
Binary101010111011010111011101101111001001101111001001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB5DD; }

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

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

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

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

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

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

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

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