Shades of Perano #AAB6FB
Tints of Perano #AAB6FB
RGB
CMYK
RGB Variations
Color information
#AAB6FB (or 0xAAB6FB) is known color: Perano. HEX triplet: AA, B6 and FB. RGB value is (170,182,251). Sum of RGB (Red+Green+Blue) = 170+182+251=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 182 (71.48% from 255 or 30.18% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAB6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB6FB is #554904. Grayscale: #B9B9B9. Windows color (decimal): -5589253 or 16496298. OLE color: 16496298.
HSL color Cylindrical-coordinate representation of color #AAB6FB: hue angle of 231.11º 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 #AAB6FB is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 182 | 251 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.02 |
| HSL | 231.11º | 0.91% | 0.83% | - |
| HSV(B) | 231.11º | 0.32% | 0.98% | - |
| XYZ | 50.72 | 48.97 | 98.05 | - |
| YUV | 186.28 | 164.52 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 251 | 0.32 | 0.27 | 0 | 0.02 | 231.11 | 0.91 | 0.83 |
| Hex | AA | B6 | FB | 20 | 1B | 0 | 2 | E7 | 5B | 53 |
| Octal | 252 | 266 | 373 | 40 | 33 | 0 | 2 | 347 | 133 | 123 |
| Binary | 10101010 | 10110110 | 11111011 | 100000 | 11011 | 0 | 10 | 11100111 | 1011011 | 1010011 |
Color Harmonies of #AAB6FB
Complementary color
Monochromatic Colors of #AAB6FB
Black with #AAB6FB
Text Example
Text Example
White with #AAB6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB6FB; }
p { color: rgb(170,182,251); }
H1.HeaderClassName
{
color: #AAB6FB;
}
.AnyTagClassName
{
color: #AAB6FB;
}
</style>
background-color css
<style>
a { background-color: #AAB6FB; }
a { background-color: rgb(170,182,251); }
div.DivClassName
{
background-color: #AAB6FB;
}
.BgClassName
{
background-color: #AAB6FB;
}
</style>
border-color css
<style>
span { border-color: #AAB6FB; }
span { border-color: rgb(170,182,251); }
td.TdClassName
{
border-color: #AAB6FB;
}
.TagClassName
{
border-color: #AAB6FB;
}
</style>