Shades of Perano #ABBFEC
Tints of Perano #ABBFEC
RGB
CMYK
RGB Variations
Color information
#ABBFEC (or 0xABBFEC) is known color: Perano. HEX triplet: AB, BF and EC. RGB value is (171,191,236). Sum of RGB (Red+Green+Blue) = 171+191+236=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABBFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFEC is #544013. Grayscale: #BDBDBD. Windows color (decimal): -5521428 or 15515563. OLE color: 15515563.
HSL color Cylindrical-coordinate representation of color #ABBFEC: hue angle of 221.54º 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 #ABBFEC is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 191 | 236 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.07 |
| HSL | 221.54º | 0.63% | 0.8% | - |
| HSV(B) | 221.54º | 0.28% | 0.93% | - |
| XYZ | 50.57 | 51.98 | 86.72 | - |
| YUV | 190.15 | 153.87 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 191 | 236 | 0.28 | 0.19 | 0 | 0.07 | 221.54 | 0.63 | 0.8 |
| Hex | AB | BF | EC | 1C | 13 | 0 | 7 | DE | 3F | 50 |
| Octal | 253 | 277 | 354 | 34 | 23 | 0 | 7 | 336 | 77 | 120 |
| Binary | 10101011 | 10111111 | 11101100 | 11100 | 10011 | 0 | 111 | 11011110 | 111111 | 1010000 |
Color Harmonies of #ABBFEC
Complementary color
Monochromatic Colors of #ABBFEC
Black with #ABBFEC
Text Example
Text Example
White with #ABBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBFEC; }
p { color: rgb(171,191,236); }
H1.HeaderClassName
{
color: #ABBFEC;
}
.AnyTagClassName
{
color: #ABBFEC;
}
</style>
background-color css
<style>
a { background-color: #ABBFEC; }
a { background-color: rgb(171,191,236); }
div.DivClassName
{
background-color: #ABBFEC;
}
.BgClassName
{
background-color: #ABBFEC;
}
</style>
border-color css
<style>
span { border-color: #ABBFEC; }
span { border-color: rgb(171,191,236); }
td.TdClassName
{
border-color: #ABBFEC;
}
.TagClassName
{
border-color: #ABBFEC;
}
</style>