Shades of Perano #ABB8EC
Tints of Perano #ABB8EC
RGB
CMYK
RGB Variations
Color information
#ABB8EC (or 0xABB8EC) is known color: Perano. HEX triplet: AB, B8 and EC. RGB value is (171,184,236). Sum of RGB (Red+Green+Blue) = 171+184+236=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABB8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB8EC is #544713. Grayscale: #B9B9B9. Windows color (decimal): -5523220 or 15513771. OLE color: 15513771.
HSL color Cylindrical-coordinate representation of color #ABB8EC: hue angle of 228º degrees, saturation: 0.63, 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 #ABB8EC is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 184 | 236 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.07 |
| HSL | 228º | 0.63% | 0.8% | - |
| HSV(B) | 228º | 0.28% | 0.93% | - |
| XYZ | 49.08 | 49 | 86.23 | - |
| YUV | 186.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 236 | 0.28 | 0.22 | 0 | 0.07 | 228 | 0.63 | 0.8 |
| Hex | AB | B8 | EC | 1C | 16 | 0 | 7 | E4 | 3F | 50 |
| Octal | 253 | 270 | 354 | 34 | 26 | 0 | 7 | 344 | 77 | 120 |
| Binary | 10101011 | 10111000 | 11101100 | 11100 | 10110 | 0 | 111 | 11100100 | 111111 | 1010000 |
Color Harmonies of #ABB8EC
Complementary color
Monochromatic Colors of #ABB8EC
Black with #ABB8EC
Text Example
Text Example
White with #ABB8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB8EC; }
p { color: rgb(171,184,236); }
H1.HeaderClassName
{
color: #ABB8EC;
}
.AnyTagClassName
{
color: #ABB8EC;
}
</style>
background-color css
<style>
a { background-color: #ABB8EC; }
a { background-color: rgb(171,184,236); }
div.DivClassName
{
background-color: #ABB8EC;
}
.BgClassName
{
background-color: #ABB8EC;
}
</style>
border-color css
<style>
span { border-color: #ABB8EC; }
span { border-color: rgb(171,184,236); }
td.TdClassName
{
border-color: #ABB8EC;
}
.TagClassName
{
border-color: #ABB8EC;
}
</style>