Shades of Perano #AABFE8
Tints of Perano #AABFE8
RGB
CMYK
RGB Variations
Color information
#AABFE8 (or 0xAABFE8) is known color: Perano. HEX triplet: AA, BF and E8. RGB value is (170,191,232). Sum of RGB (Red+Green+Blue) = 170+191+232=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 232 - color contains mainly: blue. Hex color #AABFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABFE8 is #554017. Grayscale: #BDBDBD. Windows color (decimal): -5586968 or 15253418. OLE color: 15253418.
HSL color Cylindrical-coordinate representation of color #AABFE8: hue angle of 219.68º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AABFE8 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 191 | 232 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.09 |
| HSL | 219.68º | 0.57% | 0.79% | - |
| HSV(B) | 219.68º | 0.27% | 0.91% | - |
| XYZ | 49.77 | 51.63 | 83.69 | - |
| YUV | 189.4 | 152.04 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 232 | 0.27 | 0.18 | 0 | 0.09 | 219.68 | 0.57 | 0.79 |
| Hex | AA | BF | E8 | 1B | 12 | 0 | 9 | DC | 39 | 4F |
| Octal | 252 | 277 | 350 | 33 | 22 | 0 | 11 | 334 | 71 | 117 |
| Binary | 10101010 | 10111111 | 11101000 | 11011 | 10010 | 0 | 1001 | 11011100 | 111001 | 1001111 |
Color Harmonies of #AABFE8
Complementary color
Monochromatic Colors of #AABFE8
Black with #AABFE8
Text Example
Text Example
White with #AABFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFE8; }
p { color: rgb(170,191,232); }
H1.HeaderClassName
{
color: #AABFE8;
}
.AnyTagClassName
{
color: #AABFE8;
}
</style>
background-color css
<style>
a { background-color: #AABFE8; }
a { background-color: rgb(170,191,232); }
div.DivClassName
{
background-color: #AABFE8;
}
.BgClassName
{
background-color: #AABFE8;
}
</style>
border-color css
<style>
span { border-color: #AABFE8; }
span { border-color: rgb(170,191,232); }
td.TdClassName
{
border-color: #AABFE8;
}
.TagClassName
{
border-color: #AABFE8;
}
</style>