Shades of Perano #ABBEEA
Tints of Perano #ABBEEA
RGB
CMYK
RGB Variations
Color information
#ABBEEA (or 0xABBEEA) is known color: Perano. HEX triplet: AB, BE and EA. RGB value is (171,190,234). Sum of RGB (Red+Green+Blue) = 171+190+234=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABBEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBEEA is #544115. Grayscale: #BDBDBD. Windows color (decimal): -5521686 or 15384235. OLE color: 15384235.
HSL color Cylindrical-coordinate representation of color #ABBEEA: hue angle of 221.9º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABBEEA is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 190 | 234 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.08 |
| HSL | 221.9º | 0.6% | 0.79% | - |
| HSV(B) | 221.9º | 0.27% | 0.92% | - |
| XYZ | 50.06 | 51.43 | 85.13 | - |
| YUV | 189.34 | 153.21 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 234 | 0.27 | 0.19 | 0 | 0.08 | 221.9 | 0.6 | 0.79 |
| Hex | AB | BE | EA | 1B | 13 | 0 | 8 | DE | 3C | 4F |
| Octal | 253 | 276 | 352 | 33 | 23 | 0 | 10 | 336 | 74 | 117 |
| Binary | 10101011 | 10111110 | 11101010 | 11011 | 10011 | 0 | 1000 | 11011110 | 111100 | 1001111 |
Color Harmonies of #ABBEEA
Complementary color
Monochromatic Colors of #ABBEEA
Black with #ABBEEA
Text Example
Text Example
White with #ABBEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBEEA; }
p { color: rgb(171,190,234); }
H1.HeaderClassName
{
color: #ABBEEA;
}
.AnyTagClassName
{
color: #ABBEEA;
}
</style>
background-color css
<style>
a { background-color: #ABBEEA; }
a { background-color: rgb(171,190,234); }
div.DivClassName
{
background-color: #ABBEEA;
}
.BgClassName
{
background-color: #ABBEEA;
}
</style>
border-color css
<style>
span { border-color: #ABBEEA; }
span { border-color: rgb(171,190,234); }
td.TdClassName
{
border-color: #ABBEEA;
}
.TagClassName
{
border-color: #ABBEEA;
}
</style>