Shades of Perano #ABB9DD
Tints of Perano #ABB9DD
RGB
CMYK
RGB Variations
Color information
#ABB9DD (or 0xABB9DD) is known color: 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
| RGB | 171 | 185 | 221 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.13 |
| HSL | 223.2º | 0.42% | 0.77% | - |
| HSV(B) | 223.2º | 0.23% | 0.87% | - |
| XYZ | 47.19 | 48.58 | 75.3 | - |
| YUV | 184.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 221 | 0.23 | 0.16 | 0 | 0.13 | 223.2 | 0.42 | 0.77 |
| Hex | AB | B9 | DD | 17 | 10 | 0 | D | DF | 2A | 4D |
| Octal | 253 | 271 | 335 | 27 | 20 | 0 | 15 | 337 | 52 | 115 |
| Binary | 10101011 | 10111001 | 11011101 | 10111 | 10000 | 0 | 1101 | 11011111 | 101010 | 1001101 |
Color Harmonies of #ABB9DD
Complementary color
Monochromatic Colors of #ABB9DD
Black with #ABB9DD
Text Example
Text Example
White with #ABB9DD
Text Example
Text Example
HTML Codes & Css Web 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>