Shades of Perano #ABB6DD
Tints of Perano #ABB6DD
RGB
CMYK
RGB Variations
Color information
#ABB6DD (or 0xABB6DD) is known color: Perano. HEX triplet: AB, B6 and DD. RGB value is (171,182,221). Sum of RGB (Red+Green+Blue) = 171+182+221=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABB6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB6DD is #544922. Grayscale: #B6B6B6. Windows color (decimal): -5523747 or 14530219. OLE color: 14530219.
HSL color Cylindrical-coordinate representation of color #ABB6DD: hue angle of 226.8º 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 #ABB6DD is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 182 | 221 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.13 |
| HSL | 226.8º | 0.42% | 0.77% | - |
| HSV(B) | 226.8º | 0.23% | 0.87% | - |
| XYZ | 46.57 | 47.33 | 75.09 | - |
| YUV | 183.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 182 | 221 | 0.23 | 0.18 | 0 | 0.13 | 226.8 | 0.42 | 0.77 |
| Hex | AB | B6 | DD | 17 | 12 | 0 | D | E3 | 2A | 4D |
| Octal | 253 | 266 | 335 | 27 | 22 | 0 | 15 | 343 | 52 | 115 |
| Binary | 10101011 | 10110110 | 11011101 | 10111 | 10010 | 0 | 1101 | 11100011 | 101010 | 1001101 |
Color Harmonies of #ABB6DD
Complementary color
Monochromatic Colors of #ABB6DD
Black with #ABB6DD
Text Example
Text Example
White with #ABB6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB6DD; }
p { color: rgb(171,182,221); }
H1.HeaderClassName
{
color: #ABB6DD;
}
.AnyTagClassName
{
color: #ABB6DD;
}
</style>
background-color css
<style>
a { background-color: #ABB6DD; }
a { background-color: rgb(171,182,221); }
div.DivClassName
{
background-color: #ABB6DD;
}
.BgClassName
{
background-color: #ABB6DD;
}
</style>
border-color css
<style>
span { border-color: #ABB6DD; }
span { border-color: rgb(171,182,221); }
td.TdClassName
{
border-color: #ABB6DD;
}
.TagClassName
{
border-color: #ABB6DD;
}
</style>