Shades of Perano #ABACEF
Tints of Perano #ABACEF
RGB
CMYK
RGB Variations
Color information
#ABACEF (or 0xABACEF) is known color: Perano. HEX triplet: AB, AC and EF. RGB value is (171,172,239). Sum of RGB (Red+Green+Blue) = 171+172+239=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABACEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABACEF is #545310. Grayscale: #B3B3B3. Windows color (decimal): -5526289 or 15707307. OLE color: 15707307.
HSL color Cylindrical-coordinate representation of color #ABACEF: hue angle of 239.12º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABACEF is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 172 | 239 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.06 |
| HSL | 239.12º | 0.68% | 0.8% | - |
| HSV(B) | 239.12º | 0.28% | 0.94% | - |
| XYZ | 47.13 | 44.39 | 87.75 | - |
| YUV | 179.34 | 161.67 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 239 | 0.28 | 0.28 | 0 | 0.06 | 239.12 | 0.68 | 0.8 |
| Hex | AB | AC | EF | 1C | 1C | 0 | 6 | EF | 44 | 50 |
| Octal | 253 | 254 | 357 | 34 | 34 | 0 | 6 | 357 | 104 | 120 |
| Binary | 10101011 | 10101100 | 11101111 | 11100 | 11100 | 0 | 110 | 11101111 | 1000100 | 1010000 |
Color Harmonies of #ABACEF
Complementary color
Monochromatic Colors of #ABACEF
Black with #ABACEF
Text Example
Text Example
White with #ABACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABACEF; }
p { color: rgb(171,172,239); }
H1.HeaderClassName
{
color: #ABACEF;
}
.AnyTagClassName
{
color: #ABACEF;
}
</style>
background-color css
<style>
a { background-color: #ABACEF; }
a { background-color: rgb(171,172,239); }
div.DivClassName
{
background-color: #ABACEF;
}
.BgClassName
{
background-color: #ABACEF;
}
</style>
border-color css
<style>
span { border-color: #ABACEF; }
span { border-color: rgb(171,172,239); }
td.TdClassName
{
border-color: #ABACEF;
}
.TagClassName
{
border-color: #ABACEF;
}
</style>