Shades of Perano #AABEEC
Tints of Perano #AABEEC
RGB
CMYK
RGB Variations
Color information
#AABEEC (or 0xAABEEC) is known color: Perano. HEX triplet: AA, BE and EC. RGB value is (170,190,236). Sum of RGB (Red+Green+Blue) = 170+190+236=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #AABEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABEEC is #554113. Grayscale: #BDBDBD. Windows color (decimal): -5587220 or 15515306. OLE color: 15515306.
HSL color Cylindrical-coordinate representation of color #AABEEC: hue angle of 221.82º 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 #AABEEC is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 190 | 236 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.07 |
| HSL | 221.82º | 0.63% | 0.8% | - |
| HSV(B) | 221.82º | 0.28% | 0.93% | - |
| XYZ | 50.13 | 51.43 | 86.64 | - |
| YUV | 189.26 | 154.37 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 236 | 0.28 | 0.19 | 0 | 0.07 | 221.82 | 0.63 | 0.8 |
| Hex | AA | BE | EC | 1C | 13 | 0 | 7 | DE | 3F | 50 |
| Octal | 252 | 276 | 354 | 34 | 23 | 0 | 7 | 336 | 77 | 120 |
| Binary | 10101010 | 10111110 | 11101100 | 11100 | 10011 | 0 | 111 | 11011110 | 111111 | 1010000 |
Color Harmonies of #AABEEC
Complementary color
Monochromatic Colors of #AABEEC
Black with #AABEEC
Text Example
Text Example
White with #AABEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEEC; }
p { color: rgb(170,190,236); }
H1.HeaderClassName
{
color: #AABEEC;
}
.AnyTagClassName
{
color: #AABEEC;
}
</style>
background-color css
<style>
a { background-color: #AABEEC; }
a { background-color: rgb(170,190,236); }
div.DivClassName
{
background-color: #AABEEC;
}
.BgClassName
{
background-color: #AABEEC;
}
</style>
border-color css
<style>
span { border-color: #AABEEC; }
span { border-color: rgb(170,190,236); }
td.TdClassName
{
border-color: #AABEEC;
}
.TagClassName
{
border-color: #AABEEC;
}
</style>