Shades of Perano #ABB8DD
Tints of Perano #ABB8DD
RGB
CMYK
RGB Variations
Color information
#ABB8DD (or 0xABB8DD) is known color: Perano. HEX triplet: AB, B8 and DD. RGB value is (171,184,221). Sum of RGB (Red+Green+Blue) = 171+184+221=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABB8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB8DD is #544722. Grayscale: #B8B8B8. Windows color (decimal): -5523235 or 14530731. OLE color: 14530731.
HSL color Cylindrical-coordinate representation of color #ABB8DD: hue angle of 224.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 #ABB8DD is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 184 | 221 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.13 |
| HSL | 224.4º | 0.42% | 0.77% | - |
| HSV(B) | 224.4º | 0.23% | 0.87% | - |
| XYZ | 46.99 | 48.16 | 75.23 | - |
| YUV | 184.33 | 148.69 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 221 | 0.23 | 0.17 | 0 | 0.13 | 224.4 | 0.42 | 0.77 |
| Hex | AB | B8 | DD | 17 | 11 | 0 | D | E0 | 2A | 4D |
| Octal | 253 | 270 | 335 | 27 | 21 | 0 | 15 | 340 | 52 | 115 |
| Binary | 10101011 | 10111000 | 11011101 | 10111 | 10001 | 0 | 1101 | 11100000 | 101010 | 1001101 |
Color Harmonies of #ABB8DD
Complementary color
Monochromatic Colors of #ABB8DD
Black with #ABB8DD
Text Example
Text Example
White with #ABB8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB8DD; }
p { color: rgb(171,184,221); }
H1.HeaderClassName
{
color: #ABB8DD;
}
.AnyTagClassName
{
color: #ABB8DD;
}
</style>
background-color css
<style>
a { background-color: #ABB8DD; }
a { background-color: rgb(171,184,221); }
div.DivClassName
{
background-color: #ABB8DD;
}
.BgClassName
{
background-color: #ABB8DD;
}
</style>
border-color css
<style>
span { border-color: #ABB8DD; }
span { border-color: rgb(171,184,221); }
td.TdClassName
{
border-color: #ABB8DD;
}
.TagClassName
{
border-color: #ABB8DD;
}
</style>