Shades of Perano #AAB8E7
Tints of Perano #AAB8E7
RGB
CMYK
RGB Variations
Color information
#AAB8E7 (or 0xAAB8E7) is known color: Perano. HEX triplet: AA, B8 and E7. RGB value is (170,184,231). Sum of RGB (Red+Green+Blue) = 170+184+231=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 184 (72.27% from 255 or 31.45% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 231 - color contains mainly: blue. Hex color #AAB8E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB8E7 is #554718. Grayscale: #B8B8B8. Windows color (decimal): -5588761 or 15186090. OLE color: 15186090.
HSL color Cylindrical-coordinate representation of color #AAB8E7: hue angle of 226.23º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB8E7 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 184 | 231 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.09 |
| HSL | 226.23º | 0.56% | 0.79% | - |
| HSV(B) | 226.23º | 0.26% | 0.91% | - |
| XYZ | 48.14 | 48.6 | 82.44 | - |
| YUV | 185.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 231 | 0.26 | 0.20 | 0 | 0.09 | 226.23 | 0.56 | 0.79 |
| Hex | AA | B8 | E7 | 1A | 14 | 0 | 9 | E2 | 38 | 4F |
| Octal | 252 | 270 | 347 | 32 | 24 | 0 | 11 | 342 | 70 | 117 |
| Binary | 10101010 | 10111000 | 11100111 | 11010 | 10100 | 0 | 1001 | 11100010 | 111000 | 1001111 |
Color Harmonies of #AAB8E7
Complementary color
Monochromatic Colors of #AAB8E7
Black with #AAB8E7
Text Example
Text Example
White with #AAB8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB8E7; }
p { color: rgb(170,184,231); }
H1.HeaderClassName
{
color: #AAB8E7;
}
.AnyTagClassName
{
color: #AAB8E7;
}
</style>
background-color css
<style>
a { background-color: #AAB8E7; }
a { background-color: rgb(170,184,231); }
div.DivClassName
{
background-color: #AAB8E7;
}
.BgClassName
{
background-color: #AAB8E7;
}
</style>
border-color css
<style>
span { border-color: #AAB8E7; }
span { border-color: rgb(170,184,231); }
td.TdClassName
{
border-color: #AAB8E7;
}
.TagClassName
{
border-color: #AAB8E7;
}
</style>