Shades of Perano #ABACE0
Tints of Perano #ABACE0
RGB
CMYK
RGB Variations
Color information
#ABACE0 (or 0xABACE0) is known color: Perano. HEX triplet: AB, AC and E0. RGB value is (171,172,224). Sum of RGB (Red+Green+Blue) = 171+172+224=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACE0 is #54531F. Grayscale: #B1B1B1. Windows color (decimal): -5526304 or 14724267. OLE color: 14724267.
HSL color Cylindrical-coordinate representation of color #ABACE0: hue angle of 238.87º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABACE0 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 172 | 224 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.12 |
| HSL | 238.87º | 0.46% | 0.77% | - |
| HSV(B) | 238.87º | 0.24% | 0.88% | - |
| XYZ | 45 | 43.54 | 76.55 | - |
| YUV | 177.63 | 154.17 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 224 | 0.24 | 0.23 | 0 | 0.12 | 238.87 | 0.46 | 0.77 |
| Hex | AB | AC | E0 | 18 | 17 | 0 | C | EF | 2E | 4D |
| Octal | 253 | 254 | 340 | 30 | 27 | 0 | 14 | 357 | 56 | 115 |
| Binary | 10101011 | 10101100 | 11100000 | 11000 | 10111 | 0 | 1100 | 11101111 | 101110 | 1001101 |
Color Harmonies of #ABACE0
Complementary color
Monochromatic Colors of #ABACE0
Black with #ABACE0
Text Example
Text Example
White with #ABACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABACE0; }
p { color: rgb(171,172,224); }
H1.HeaderClassName
{
color: #ABACE0;
}
.AnyTagClassName
{
color: #ABACE0;
}
</style>
background-color css
<style>
a { background-color: #ABACE0; }
a { background-color: rgb(171,172,224); }
div.DivClassName
{
background-color: #ABACE0;
}
.BgClassName
{
background-color: #ABACE0;
}
</style>
border-color css
<style>
span { border-color: #ABACE0; }
span { border-color: rgb(171,172,224); }
td.TdClassName
{
border-color: #ABACE0;
}
.TagClassName
{
border-color: #ABACE0;
}
</style>