#ABB9DD

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

Shades of Perano #ABB9DD

Tints of Perano #ABB9DD

Color information

#ABB9DD (or 0xABB9DD) is unknown color: approx Perano. HEX triplet: AB, B9 and DD. RGB value is (171,185,221). Sum of RGB (Red+Green+Blue) = 171+185+221=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABB9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9DD is #544622. Grayscale: #B8B8B8. Windows color (decimal): -5522979 or 14530987. OLE color: 14530987.

HSL color Cylindrical-coordinate representation of color #ABB9DD: hue angle of 223.2º 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 #ABB9DD is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171185221-
CMYK0.230.1600.13
HSL223.2º42.37%76.86%-
HSV(B)223.2º22.62%86.67%-
XYZ47.1948.5875.3-
YUV184.92148.36118.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.64%
GREEN value IS 185 (72.66% from 255) = 32.06%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=29.64%
G=32.06%
B=38.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711852210.230.1600.13223.242.3776.86
HexABB9DD17100Ddf2a4d
Octal253271335272001533752115
Binary101010111011100111011101101111000001101110111111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9DD; }

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

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

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

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

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

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

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

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