Shades of Perano #AABBDF
Tints of Perano #AABBDF
RGB
CMYK
RGB Variations
Color information
#AABBDF (or 0xAABBDF) is known color: Perano. HEX triplet: AA, BB and DF. RGB value is (170,187,223). Sum of RGB (Red+Green+Blue) = 170+187+223=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #AABBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBDF is #554420. Grayscale: #B9B9B9. Windows color (decimal): -5588001 or 14662570. OLE color: 14662570.
HSL color Cylindrical-coordinate representation of color #AABBDF: hue angle of 220.75º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AABBDF is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 187 | 223 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.13 |
| HSL | 220.75º | 0.45% | 0.77% | - |
| HSV(B) | 220.75º | 0.24% | 0.87% | - |
| XYZ | 47.67 | 49.41 | 76.84 | - |
| YUV | 186.02 | 148.87 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 223 | 0.24 | 0.16 | 0 | 0.13 | 220.75 | 0.45 | 0.77 |
| Hex | AA | BB | DF | 18 | 10 | 0 | D | DD | 2D | 4D |
| Octal | 252 | 273 | 337 | 30 | 20 | 0 | 15 | 335 | 55 | 115 |
| Binary | 10101010 | 10111011 | 11011111 | 11000 | 10000 | 0 | 1101 | 11011101 | 101101 | 1001101 |
Color Harmonies of #AABBDF
Complementary color
Monochromatic Colors of #AABBDF
Black with #AABBDF
Text Example
Text Example
White with #AABBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBDF; }
p { color: rgb(170,187,223); }
H1.HeaderClassName
{
color: #AABBDF;
}
.AnyTagClassName
{
color: #AABBDF;
}
</style>
background-color css
<style>
a { background-color: #AABBDF; }
a { background-color: rgb(170,187,223); }
div.DivClassName
{
background-color: #AABBDF;
}
.BgClassName
{
background-color: #AABBDF;
}
</style>
border-color css
<style>
span { border-color: #AABBDF; }
span { border-color: rgb(170,187,223); }
td.TdClassName
{
border-color: #AABBDF;
}
.TagClassName
{
border-color: #AABBDF;
}
</style>