#ABB2DD

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

Shades of Perano #ABB2DD

Tints of Perano #ABB2DD

Color information

#ABB2DD (or 0xABB2DD) is unknown color: approx Perano. HEX triplet: AB, B2 and DD. RGB value is (171,178,221). Sum of RGB (Red+Green+Blue) = 171+178+221=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABB2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB2DD is #544D22. Grayscale: #B4B4B4. Windows color (decimal): -5524771 or 14529195. OLE color: 14529195.

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

Color convert

RGB171178221-
CMYK0.230.1900.13
HSL231.6º42.37%76.86%-
HSV(B)231.6º22.62%86.67%-
XYZ45.7745.7274.82-
YUV180.81150.68121-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 178 (69.92% from 255) = 31.23%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=30%
G=31.23%
B=38.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711782210.230.1900.13231.642.3776.86
HexABB2DD17130De82a4d
Octal253262335272301535052115
Binary101010111011001011011101101111001101101111010001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB2DD; }

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

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

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

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

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

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

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

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