Shades of Perano #ABBEE8
Tints of Perano #ABBEE8
RGB
CMYK
RGB Variations
Color information
#ABBEE8 (or 0xABBEE8) is known color: Perano. HEX triplet: AB, BE and E8. RGB value is (171,190,232). Sum of RGB (Red+Green+Blue) = 171+190+232=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 232 - color contains mainly: blue. Hex color #ABBEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBEE8 is #544117. Grayscale: #BCBCBC. Windows color (decimal): -5521688 or 15253163. OLE color: 15253163.
HSL color Cylindrical-coordinate representation of color #ABBEE8: hue angle of 221.31º 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 #ABBEE8 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 190 | 232 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.09 |
| HSL | 221.31º | 0.57% | 0.79% | - |
| HSV(B) | 221.31º | 0.26% | 0.91% | - |
| XYZ | 49.77 | 51.31 | 83.62 | - |
| YUV | 189.11 | 152.21 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 232 | 0.26 | 0.18 | 0 | 0.09 | 221.31 | 0.57 | 0.79 |
| Hex | AB | BE | E8 | 1A | 12 | 0 | 9 | DD | 39 | 4F |
| Octal | 253 | 276 | 350 | 32 | 22 | 0 | 11 | 335 | 71 | 117 |
| Binary | 10101011 | 10111110 | 11101000 | 11010 | 10010 | 0 | 1001 | 11011101 | 111001 | 1001111 |
Color Harmonies of #ABBEE8
Complementary color
Monochromatic Colors of #ABBEE8
Black with #ABBEE8
Text Example
Text Example
White with #ABBEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBEE8; }
p { color: rgb(171,190,232); }
H1.HeaderClassName
{
color: #ABBEE8;
}
.AnyTagClassName
{
color: #ABBEE8;
}
</style>
background-color css
<style>
a { background-color: #ABBEE8; }
a { background-color: rgb(171,190,232); }
div.DivClassName
{
background-color: #ABBEE8;
}
.BgClassName
{
background-color: #ABBEE8;
}
</style>
border-color css
<style>
span { border-color: #ABBEE8; }
span { border-color: rgb(171,190,232); }
td.TdClassName
{
border-color: #ABBEE8;
}
.TagClassName
{
border-color: #ABBEE8;
}
</style>