Shades of Perano #AAB8FC
Tints of Perano #AAB8FC
RGB
CMYK
RGB Variations
Color information
#AAB8FC (or 0xAAB8FC) is known color: Perano. HEX triplet: AA, B8 and FC. RGB value is (170,184,252). Sum of RGB (Red+Green+Blue) = 170+184+252=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAB8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB8FC is #554703. Grayscale: #BBBBBB. Windows color (decimal): -5588740 or 16562346. OLE color: 16562346.
HSL color Cylindrical-coordinate representation of color #AAB8FC: hue angle of 229.76º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAB8FC is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 184 | 252 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.01 |
| HSL | 229.76º | 0.93% | 0.83% | - |
| HSV(B) | 229.76º | 0.33% | 0.99% | - |
| XYZ | 51.29 | 49.86 | 99.02 | - |
| YUV | 187.57 | 164.36 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 252 | 0.33 | 0.27 | 0 | 0.01 | 229.76 | 0.93 | 0.83 |
| Hex | AA | B8 | FC | 21 | 1B | 0 | 1 | E6 | 5D | 53 |
| Octal | 252 | 270 | 374 | 41 | 33 | 0 | 1 | 346 | 135 | 123 |
| Binary | 10101010 | 10111000 | 11111100 | 100001 | 11011 | 0 | 1 | 11100110 | 1011101 | 1010011 |
Color Harmonies of #AAB8FC
Complementary color
Monochromatic Colors of #AAB8FC
Black with #AAB8FC
Text Example
Text Example
White with #AAB8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB8FC; }
p { color: rgb(170,184,252); }
H1.HeaderClassName
{
color: #AAB8FC;
}
.AnyTagClassName
{
color: #AAB8FC;
}
</style>
background-color css
<style>
a { background-color: #AAB8FC; }
a { background-color: rgb(170,184,252); }
div.DivClassName
{
background-color: #AAB8FC;
}
.BgClassName
{
background-color: #AAB8FC;
}
</style>
border-color css
<style>
span { border-color: #AAB8FC; }
span { border-color: rgb(170,184,252); }
td.TdClassName
{
border-color: #AAB8FC;
}
.TagClassName
{
border-color: #AAB8FC;
}
</style>