Shades of Perano #ABB0DD
Tints of Perano #ABB0DD
RGB
CMYK
RGB Variations
Color information
#ABB0DD (or 0xABB0DD) is known color: 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
| RGB | 171 | 176 | 221 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.13 |
| HSL | 234º | 0.42% | 0.77% | - |
| HSV(B) | 234º | 0.23% | 0.87% | - |
| XYZ | 45.37 | 44.93 | 74.69 | - |
| YUV | 179.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 176 | 221 | 0.23 | 0.20 | 0 | 0.13 | 234 | 0.42 | 0.77 |
| Hex | AB | B0 | DD | 17 | 14 | 0 | D | EA | 2A | 4D |
| Octal | 253 | 260 | 335 | 27 | 24 | 0 | 15 | 352 | 52 | 115 |
| Binary | 10101011 | 10110000 | 11011101 | 10111 | 10100 | 0 | 1101 | 11101010 | 101010 | 1001101 |
Color Harmonies of #ABB0DD
Complementary color
Monochromatic Colors of #ABB0DD
Black with #ABB0DD
Text Example
Text Example
White with #ABB0DD
Text Example
Text Example
HTML Codes & Css Web 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>