#ABB3DD

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

Shades of Perano #ABB3DD

Tints of Perano #ABB3DD

Color information

#ABB3DD (or 0xABB3DD) is unknown color: approx Perano. HEX triplet: AB, B3 and DD. RGB value is (171,179,221). Sum of RGB (Red+Green+Blue) = 171+179+221=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABB3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB3DD is #544C22. Grayscale: #B5B5B5. Windows color (decimal): -5524515 or 14529451. OLE color: 14529451.

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

Color convert

RGB171179221-
CMYK0.230.1900.13
HSL230.4º42.37%76.86%-
HSV(B)230.4º22.62%86.67%-
XYZ45.9746.1274.89-
YUV181.4150.35120.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 179 (70.31% from 255) = 31.35%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=29.95%
G=31.35%
B=38.70%

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
Decimal1711792210.230.1900.13230.442.3776.86
HexABB3DD17130De62a4d
Octal253263335272301534652115
Binary101010111011001111011101101111001101101111001101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB3DD; }

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

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

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

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

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

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

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

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