Shades of Perano #ABBBE8
Tints of Perano #ABBBE8
RGB
CMYK
RGB Variations
Color information
#ABBBE8 (or 0xABBBE8) is known color: Perano. HEX triplet: AB, BB and E8. RGB value is (171,187,232). Sum of RGB (Red+Green+Blue) = 171+187+232=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 232 (91.02% from 255 or 39.32% from 590); Max value from RGB is 232 - color contains mainly: blue. Hex color #ABBBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBBE8 is #544417. Grayscale: #BBBBBB. Windows color (decimal): -5522456 or 15252395. OLE color: 15252395.
HSL color Cylindrical-coordinate representation of color #ABBBE8: hue angle of 224.26º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABBBE8 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 187 | 232 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.09 |
| HSL | 224.26º | 0.57% | 0.79% | - |
| HSV(B) | 224.26º | 0.26% | 0.91% | - |
| XYZ | 49.13 | 50.02 | 83.41 | - |
| YUV | 187.35 | 153.2 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 232 | 0.26 | 0.19 | 0 | 0.09 | 224.26 | 0.57 | 0.79 |
| Hex | AB | BB | E8 | 1A | 13 | 0 | 9 | E0 | 39 | 4F |
| Octal | 253 | 273 | 350 | 32 | 23 | 0 | 11 | 340 | 71 | 117 |
| Binary | 10101011 | 10111011 | 11101000 | 11010 | 10011 | 0 | 1001 | 11100000 | 111001 | 1001111 |
Color Harmonies of #ABBBE8
Complementary color
Monochromatic Colors of #ABBBE8
Black with #ABBBE8
Text Example
Text Example
White with #ABBBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBBE8; }
p { color: rgb(171,187,232); }
H1.HeaderClassName
{
color: #ABBBE8;
}
.AnyTagClassName
{
color: #ABBBE8;
}
</style>
background-color css
<style>
a { background-color: #ABBBE8; }
a { background-color: rgb(171,187,232); }
div.DivClassName
{
background-color: #ABBBE8;
}
.BgClassName
{
background-color: #ABBBE8;
}
</style>
border-color css
<style>
span { border-color: #ABBBE8; }
span { border-color: rgb(171,187,232); }
td.TdClassName
{
border-color: #ABBBE8;
}
.TagClassName
{
border-color: #ABBBE8;
}
</style>