Shades of Perano #AABBE4
Tints of Perano #AABBE4
RGB
CMYK
RGB Variations
Color information
#AABBE4 (or 0xAABBE4) is known color: Perano. HEX triplet: AA, BB and E4. RGB value is (170,187,228). Sum of RGB (Red+Green+Blue) = 170+187+228=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 228 - color contains mainly: blue. Hex color #AABBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBE4 is #55441B. Grayscale: #BABABA. Windows color (decimal): -5587996 or 14990250. OLE color: 14990250.
HSL color Cylindrical-coordinate representation of color #AABBE4: hue angle of 222.41º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AABBE4 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 187 | 228 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.11 |
| HSL | 222.41º | 0.52% | 0.78% | - |
| HSV(B) | 222.41º | 0.25% | 0.89% | - |
| XYZ | 48.35 | 49.69 | 80.44 | - |
| YUV | 186.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 228 | 0.25 | 0.18 | 0 | 0.11 | 222.41 | 0.52 | 0.78 |
| Hex | AA | BB | E4 | 19 | 12 | 0 | B | DE | 34 | 4E |
| Octal | 252 | 273 | 344 | 31 | 22 | 0 | 13 | 336 | 64 | 116 |
| Binary | 10101010 | 10111011 | 11100100 | 11001 | 10010 | 0 | 1011 | 11011110 | 110100 | 1001110 |
Color Harmonies of #AABBE4
Complementary color
Monochromatic Colors of #AABBE4
Black with #AABBE4
Text Example
Text Example
White with #AABBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBE4; }
p { color: rgb(170,187,228); }
H1.HeaderClassName
{
color: #AABBE4;
}
.AnyTagClassName
{
color: #AABBE4;
}
</style>
background-color css
<style>
a { background-color: #AABBE4; }
a { background-color: rgb(170,187,228); }
div.DivClassName
{
background-color: #AABBE4;
}
.BgClassName
{
background-color: #AABBE4;
}
</style>
border-color css
<style>
span { border-color: #AABBE4; }
span { border-color: rgb(170,187,228); }
td.TdClassName
{
border-color: #AABBE4;
}
.TagClassName
{
border-color: #AABBE4;
}
</style>