Shades of Perano #ABBEEC
Tints of Perano #ABBEEC
RGB
CMYK
RGB Variations
Color information
#ABBEEC (or 0xABBEEC) is known color: Perano. HEX triplet: AB, BE and EC. RGB value is (171,190,236). Sum of RGB (Red+Green+Blue) = 171+190+236=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABBEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBEEC is #544113. Grayscale: #BDBDBD. Windows color (decimal): -5521684 or 15515307. OLE color: 15515307.
HSL color Cylindrical-coordinate representation of color #ABBEEC: hue angle of 222.46º 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 #ABBEEC is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 190 | 236 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.07 |
| HSL | 222.46º | 0.63% | 0.8% | - |
| HSV(B) | 222.46º | 0.28% | 0.93% | - |
| XYZ | 50.35 | 51.54 | 86.65 | - |
| YUV | 189.56 | 154.21 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 236 | 0.28 | 0.19 | 0 | 0.07 | 222.46 | 0.63 | 0.8 |
| Hex | AB | BE | EC | 1C | 13 | 0 | 7 | DE | 3F | 50 |
| Octal | 253 | 276 | 354 | 34 | 23 | 0 | 7 | 336 | 77 | 120 |
| Binary | 10101011 | 10111110 | 11101100 | 11100 | 10011 | 0 | 111 | 11011110 | 111111 | 1010000 |
Color Harmonies of #ABBEEC
Complementary color
Monochromatic Colors of #ABBEEC
Black with #ABBEEC
Text Example
Text Example
White with #ABBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBEEC; }
p { color: rgb(171,190,236); }
H1.HeaderClassName
{
color: #ABBEEC;
}
.AnyTagClassName
{
color: #ABBEEC;
}
</style>
background-color css
<style>
a { background-color: #ABBEEC; }
a { background-color: rgb(171,190,236); }
div.DivClassName
{
background-color: #ABBEEC;
}
.BgClassName
{
background-color: #ABBEEC;
}
</style>
border-color css
<style>
span { border-color: #ABBEEC; }
span { border-color: rgb(171,190,236); }
td.TdClassName
{
border-color: #ABBEEC;
}
.TagClassName
{
border-color: #ABBEEC;
}
</style>