Shades of Perano #AAB2FB
Tints of Perano #AAB2FB
RGB
CMYK
RGB Variations
Color information
#AAB2FB (or 0xAAB2FB) is known color: Perano. HEX triplet: AA, B2 and FB. RGB value is (170,178,251). Sum of RGB (Red+Green+Blue) = 170+178+251=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAB2FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB2FB is #554D04. Grayscale: #B7B7B7. Windows color (decimal): -5590277 or 16495274. OLE color: 16495274.
HSL color Cylindrical-coordinate representation of color #AAB2FB: hue angle of 234.07º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAB2FB is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 178 | 251 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.02 |
| HSL | 234.07º | 0.91% | 0.83% | - |
| HSV(B) | 234.07º | 0.32% | 0.98% | - |
| XYZ | 49.91 | 47.35 | 97.78 | - |
| YUV | 183.93 | 165.85 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 251 | 0.32 | 0.29 | 0 | 0.02 | 234.07 | 0.91 | 0.83 |
| Hex | AA | B2 | FB | 20 | 1D | 0 | 2 | EA | 5B | 53 |
| Octal | 252 | 262 | 373 | 40 | 35 | 0 | 2 | 352 | 133 | 123 |
| Binary | 10101010 | 10110010 | 11111011 | 100000 | 11101 | 0 | 10 | 11101010 | 1011011 | 1010011 |
Color Harmonies of #AAB2FB
Complementary color
Monochromatic Colors of #AAB2FB
Black with #AAB2FB
Text Example
Text Example
White with #AAB2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB2FB; }
p { color: rgb(170,178,251); }
H1.HeaderClassName
{
color: #AAB2FB;
}
.AnyTagClassName
{
color: #AAB2FB;
}
</style>
background-color css
<style>
a { background-color: #AAB2FB; }
a { background-color: rgb(170,178,251); }
div.DivClassName
{
background-color: #AAB2FB;
}
.BgClassName
{
background-color: #AAB2FB;
}
</style>
border-color css
<style>
span { border-color: #AAB2FB; }
span { border-color: rgb(170,178,251); }
td.TdClassName
{
border-color: #AAB2FB;
}
.TagClassName
{
border-color: #AAB2FB;
}
</style>