Shades of Perano #ABABE5
Tints of Perano #ABABE5
RGB
CMYK
RGB Variations
Color information
#ABABE5 (or 0xABABE5) is known color: Perano. HEX triplet: AB, AB and E5. RGB value is (171,171,229). Sum of RGB (Red+Green+Blue) = 171+171+229=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABABE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABE5 is #54541A. Grayscale: #B1B1B1. Windows color (decimal): -5526555 or 15051691. OLE color: 15051691.
HSL color Cylindrical-coordinate representation of color #ABABE5: hue angle of 240º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABABE5 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 171 | 229 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.10 |
| HSL | 240º | 0.53% | 0.78% | - |
| HSV(B) | 240º | 0.25% | 0.9% | - |
| XYZ | 45.5 | 43.44 | 80.12 | - |
| YUV | 177.61 | 157 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 229 | 0.25 | 0.25 | 0 | 0.10 | 240 | 0.53 | 0.78 |
| Hex | AB | AB | E5 | 19 | 19 | 0 | A | F0 | 35 | 4E |
| Octal | 253 | 253 | 345 | 31 | 31 | 0 | 12 | 360 | 65 | 116 |
| Binary | 10101011 | 10101011 | 11100101 | 11001 | 11001 | 0 | 1010 | 11110000 | 110101 | 1001110 |
Color Harmonies of #ABABE5
Complementary color
Monochromatic Colors of #ABABE5
Black with #ABABE5
Text Example
Text Example
White with #ABABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABABE5; }
p { color: rgb(171,171,229); }
H1.HeaderClassName
{
color: #ABABE5;
}
.AnyTagClassName
{
color: #ABABE5;
}
</style>
background-color css
<style>
a { background-color: #ABABE5; }
a { background-color: rgb(171,171,229); }
div.DivClassName
{
background-color: #ABABE5;
}
.BgClassName
{
background-color: #ABABE5;
}
</style>
border-color css
<style>
span { border-color: #ABABE5; }
span { border-color: rgb(171,171,229); }
td.TdClassName
{
border-color: #ABABE5;
}
.TagClassName
{
border-color: #ABABE5;
}
</style>