Shades of Perano #AAB8F8
Tints of Perano #AAB8F8
RGB
CMYK
RGB Variations
Color information
#AAB8F8 (or 0xAAB8F8) is known color: Perano. HEX triplet: AA, B8 and F8. RGB value is (170,184,248). Sum of RGB (Red+Green+Blue) = 170+184+248=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 184 (72.27% from 255 or 30.56% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 248 - color contains mainly: blue. Hex color #AAB8F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB8F8 is #554707. Grayscale: #BABABA. Windows color (decimal): -5588744 or 16300202. OLE color: 16300202.
HSL color Cylindrical-coordinate representation of color #AAB8F8: hue angle of 229.23º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAB8F8 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 184 | 248 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.03 |
| HSL | 229.23º | 0.85% | 0.82% | - |
| HSV(B) | 229.23º | 0.31% | 0.97% | - |
| XYZ | 50.66 | 49.6 | 95.71 | - |
| YUV | 187.11 | 162.36 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 248 | 0.31 | 0.26 | 0 | 0.03 | 229.23 | 0.85 | 0.82 |
| Hex | AA | B8 | F8 | 1F | 1A | 0 | 3 | E5 | 55 | 52 |
| Octal | 252 | 270 | 370 | 37 | 32 | 0 | 3 | 345 | 125 | 122 |
| Binary | 10101010 | 10111000 | 11111000 | 11111 | 11010 | 0 | 11 | 11100101 | 1010101 | 1010010 |
Color Harmonies of #AAB8F8
Complementary color
Monochromatic Colors of #AAB8F8
Black with #AAB8F8
Text Example
Text Example
White with #AAB8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB8F8; }
p { color: rgb(170,184,248); }
H1.HeaderClassName
{
color: #AAB8F8;
}
.AnyTagClassName
{
color: #AAB8F8;
}
</style>
background-color css
<style>
a { background-color: #AAB8F8; }
a { background-color: rgb(170,184,248); }
div.DivClassName
{
background-color: #AAB8F8;
}
.BgClassName
{
background-color: #AAB8F8;
}
</style>
border-color css
<style>
span { border-color: #AAB8F8; }
span { border-color: rgb(170,184,248); }
td.TdClassName
{
border-color: #AAB8F8;
}
.TagClassName
{
border-color: #AAB8F8;
}
</style>