Shades of Perano #ABB9DF
Tints of Perano #ABB9DF
RGB
CMYK
RGB Variations
Color information
#ABB9DF (or 0xABB9DF) is known color: Perano. HEX triplet: AB, B9 and DF. RGB value is (171,185,223). Sum of RGB (Red+Green+Blue) = 171+185+223=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABB9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9DF is #544620. Grayscale: #B8B8B8. Windows color (decimal): -5522977 or 14662059. OLE color: 14662059.
HSL color Cylindrical-coordinate representation of color #ABB9DF: hue angle of 223.85º degrees, saturation: 0.45, 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 #ABB9DF is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 185 | 223 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.13 |
| HSL | 223.85º | 0.45% | 0.77% | - |
| HSV(B) | 223.85º | 0.23% | 0.87% | - |
| XYZ | 47.46 | 48.68 | 76.71 | - |
| YUV | 185.15 | 149.36 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 223 | 0.23 | 0.17 | 0 | 0.13 | 223.85 | 0.45 | 0.77 |
| Hex | AB | B9 | DF | 17 | 11 | 0 | D | E0 | 2D | 4D |
| Octal | 253 | 271 | 337 | 27 | 21 | 0 | 15 | 340 | 55 | 115 |
| Binary | 10101011 | 10111001 | 11011111 | 10111 | 10001 | 0 | 1101 | 11100000 | 101101 | 1001101 |
Color Harmonies of #ABB9DF
Complementary color
Monochromatic Colors of #ABB9DF
Black with #ABB9DF
Text Example
Text Example
White with #ABB9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB9DF; }
p { color: rgb(171,185,223); }
H1.HeaderClassName
{
color: #ABB9DF;
}
.AnyTagClassName
{
color: #ABB9DF;
}
</style>
background-color css
<style>
a { background-color: #ABB9DF; }
a { background-color: rgb(171,185,223); }
div.DivClassName
{
background-color: #ABB9DF;
}
.BgClassName
{
background-color: #ABB9DF;
}
</style>
border-color css
<style>
span { border-color: #ABB9DF; }
span { border-color: rgb(171,185,223); }
td.TdClassName
{
border-color: #ABB9DF;
}
.TagClassName
{
border-color: #ABB9DF;
}
</style>