Shades of Perano #ABACED
Tints of Perano #ABACED
RGB
CMYK
RGB Variations
Color information
#ABACED (or 0xABACED) is known color: Perano. HEX triplet: AB, AC and ED. RGB value is (171,172,237). Sum of RGB (Red+Green+Blue) = 171+172+237=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABACED is #545312. Grayscale: #B2B2B2. Windows color (decimal): -5526291 or 15576235. OLE color: 15576235.
HSL color Cylindrical-coordinate representation of color #ABACED: hue angle of 239.09º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABACED is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 172 | 237 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.07 |
| HSL | 239.09º | 0.65% | 0.8% | - |
| HSV(B) | 239.09º | 0.28% | 0.93% | - |
| XYZ | 46.83 | 44.28 | 86.2 | - |
| YUV | 179.11 | 160.67 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 237 | 0.28 | 0.27 | 0 | 0.07 | 239.09 | 0.65 | 0.8 |
| Hex | AB | AC | ED | 1C | 1B | 0 | 7 | EF | 41 | 50 |
| Octal | 253 | 254 | 355 | 34 | 33 | 0 | 7 | 357 | 101 | 120 |
| Binary | 10101011 | 10101100 | 11101101 | 11100 | 11011 | 0 | 111 | 11101111 | 1000001 | 1010000 |
Color Harmonies of #ABACED
Complementary color
Monochromatic Colors of #ABACED
Black with #ABACED
Text Example
Text Example
White with #ABACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABACED; }
p { color: rgb(171,172,237); }
H1.HeaderClassName
{
color: #ABACED;
}
.AnyTagClassName
{
color: #ABACED;
}
</style>
background-color css
<style>
a { background-color: #ABACED; }
a { background-color: rgb(171,172,237); }
div.DivClassName
{
background-color: #ABACED;
}
.BgClassName
{
background-color: #ABACED;
}
</style>
border-color css
<style>
span { border-color: #ABACED; }
span { border-color: rgb(171,172,237); }
td.TdClassName
{
border-color: #ABACED;
}
.TagClassName
{
border-color: #ABACED;
}
</style>