Shades of Perano #AABBE2
Tints of Perano #AABBE2
RGB
CMYK
RGB Variations
Color information
#AABBE2 (or 0xAABBE2) is known color: Perano. HEX triplet: AA, BB and E2. RGB value is (170,187,226). Sum of RGB (Red+Green+Blue) = 170+187+226=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 226 - color contains mainly: blue. Hex color #AABBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBE2 is #55441D. Grayscale: #BABABA. Windows color (decimal): -5587998 or 14859178. OLE color: 14859178.
HSL color Cylindrical-coordinate representation of color #AABBE2: hue angle of 221.79º degrees, saturation: 0.49, 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 #AABBE2 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 187 | 226 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.11 |
| HSL | 221.79º | 0.49% | 0.78% | - |
| HSV(B) | 221.79º | 0.25% | 0.89% | - |
| XYZ | 48.08 | 49.58 | 78.99 | - |
| YUV | 186.36 | 150.37 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 226 | 0.25 | 0.17 | 0 | 0.11 | 221.79 | 0.49 | 0.78 |
| Hex | AA | BB | E2 | 19 | 11 | 0 | B | DE | 31 | 4E |
| Octal | 252 | 273 | 342 | 31 | 21 | 0 | 13 | 336 | 61 | 116 |
| Binary | 10101010 | 10111011 | 11100010 | 11001 | 10001 | 0 | 1011 | 11011110 | 110001 | 1001110 |
Color Harmonies of #AABBE2
Complementary color
Monochromatic Colors of #AABBE2
Black with #AABBE2
Text Example
Text Example
White with #AABBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBE2; }
p { color: rgb(170,187,226); }
H1.HeaderClassName
{
color: #AABBE2;
}
.AnyTagClassName
{
color: #AABBE2;
}
</style>
background-color css
<style>
a { background-color: #AABBE2; }
a { background-color: rgb(170,187,226); }
div.DivClassName
{
background-color: #AABBE2;
}
.BgClassName
{
background-color: #AABBE2;
}
</style>
border-color css
<style>
span { border-color: #AABBE2; }
span { border-color: rgb(170,187,226); }
td.TdClassName
{
border-color: #AABBE2;
}
.TagClassName
{
border-color: #AABBE2;
}
</style>