#ABB0DD

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

Shades of Perano #ABB0DD

Tints of Perano #ABB0DD

Color information

#ABB0DD (or 0xABB0DD) is unknown color: approx Perano. HEX triplet: AB, B0 and DD. RGB value is (171,176,221). Sum of RGB (Red+Green+Blue) = 171+176+221=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 176 (69.14% from 255 or 30.99% 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 #ABB0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0DD is #544F22. Grayscale: #B3B3B3. Windows color (decimal): -5525283 or 14528683. OLE color: 14528683.

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

Color convert

RGB171176221-
CMYK0.230.2000.13
HSL234º42.37%76.86%-
HSV(B)234º22.62%86.67%-
XYZ45.3744.9374.69-
YUV179.64151.34121.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.11%
GREEN value IS 176 (69.14% from 255) = 30.99%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=30.11%
G=30.99%
B=38.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711762210.230.2000.1323442.3776.86
HexABB0DD17140Dea2a4d
Octal253260335272401535252115
Binary101010111011000011011101101111010001101111010101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0DD; }

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

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

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

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

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

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

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

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