Shades of Perano #ABB8DF
Tints of Perano #ABB8DF
RGB
CMYK
RGB Variations
Color information
#ABB8DF (or 0xABB8DF) is known color: Perano. HEX triplet: AB, B8 and DF. RGB value is (171,184,223). Sum of RGB (Red+Green+Blue) = 171+184+223=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABB8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB8DF is #544720. Grayscale: #B8B8B8. Windows color (decimal): -5523233 or 14661803. OLE color: 14661803.
HSL color Cylindrical-coordinate representation of color #ABB8DF: hue angle of 225º 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 #ABB8DF is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 184 | 223 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.13 |
| HSL | 225º | 0.45% | 0.77% | - |
| HSV(B) | 225º | 0.23% | 0.87% | - |
| XYZ | 47.25 | 48.27 | 76.64 | - |
| YUV | 184.56 | 149.69 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 223 | 0.23 | 0.17 | 0 | 0.13 | 225 | 0.45 | 0.77 |
| Hex | AB | B8 | DF | 17 | 11 | 0 | D | E1 | 2D | 4D |
| Octal | 253 | 270 | 337 | 27 | 21 | 0 | 15 | 341 | 55 | 115 |
| Binary | 10101011 | 10111000 | 11011111 | 10111 | 10001 | 0 | 1101 | 11100001 | 101101 | 1001101 |
Color Harmonies of #ABB8DF
Complementary color
Monochromatic Colors of #ABB8DF
Black with #ABB8DF
Text Example
Text Example
White with #ABB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB8DF; }
p { color: rgb(171,184,223); }
H1.HeaderClassName
{
color: #ABB8DF;
}
.AnyTagClassName
{
color: #ABB8DF;
}
</style>
background-color css
<style>
a { background-color: #ABB8DF; }
a { background-color: rgb(171,184,223); }
div.DivClassName
{
background-color: #ABB8DF;
}
.BgClassName
{
background-color: #ABB8DF;
}
</style>
border-color css
<style>
span { border-color: #ABB8DF; }
span { border-color: rgb(171,184,223); }
td.TdClassName
{
border-color: #ABB8DF;
}
.TagClassName
{
border-color: #ABB8DF;
}
</style>