Shades of Perano #ABAEEC
Tints of Perano #ABAEEC
RGB
CMYK
RGB Variations
Color information
#ABAEEC (or 0xABAEEC) is known color: Perano. HEX triplet: AB, AE and EC. RGB value is (171,174,236). Sum of RGB (Red+Green+Blue) = 171+174+236=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABAEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAEEC is #545113. Grayscale: #B3B3B3. Windows color (decimal): -5525780 or 15511211. OLE color: 15511211.
HSL color Cylindrical-coordinate representation of color #ABAEEC: hue angle of 237.23º 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 #ABAEEC is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 174 | 236 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.07 |
| HSL | 237.23º | 0.63% | 0.8% | - |
| HSV(B) | 237.23º | 0.28% | 0.93% | - |
| XYZ | 47.07 | 44.99 | 85.56 | - |
| YUV | 180.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 236 | 0.28 | 0.26 | 0 | 0.07 | 237.23 | 0.63 | 0.8 |
| Hex | AB | AE | EC | 1C | 1A | 0 | 7 | ED | 3F | 50 |
| Octal | 253 | 256 | 354 | 34 | 32 | 0 | 7 | 355 | 77 | 120 |
| Binary | 10101011 | 10101110 | 11101100 | 11100 | 11010 | 0 | 111 | 11101101 | 111111 | 1010000 |
Color Harmonies of #ABAEEC
Complementary color
Monochromatic Colors of #ABAEEC
Black with #ABAEEC
Text Example
Text Example
White with #ABAEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAEEC; }
p { color: rgb(171,174,236); }
H1.HeaderClassName
{
color: #ABAEEC;
}
.AnyTagClassName
{
color: #ABAEEC;
}
</style>
background-color css
<style>
a { background-color: #ABAEEC; }
a { background-color: rgb(171,174,236); }
div.DivClassName
{
background-color: #ABAEEC;
}
.BgClassName
{
background-color: #ABAEEC;
}
</style>
border-color css
<style>
span { border-color: #ABAEEC; }
span { border-color: rgb(171,174,236); }
td.TdClassName
{
border-color: #ABAEEC;
}
.TagClassName
{
border-color: #ABAEEC;
}
</style>