Shades of Perano #AAB6DF
Tints of Perano #AAB6DF
RGB
CMYK
RGB Variations
Color information
#AAB6DF (or 0xAAB6DF) is known color: Perano. HEX triplet: AA, B6 and DF. RGB value is (170,182,223). Sum of RGB (Red+Green+Blue) = 170+182+223=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAB6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6DF is #554920. Grayscale: #B6B6B6. Windows color (decimal): -5589281 or 14661290. OLE color: 14661290.
HSL color Cylindrical-coordinate representation of color #AAB6DF: hue angle of 226.42º 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 #AAB6DF is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 182 | 223 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.13 |
| HSL | 226.42º | 0.45% | 0.77% | - |
| HSV(B) | 226.42º | 0.24% | 0.87% | - |
| XYZ | 46.62 | 47.33 | 76.49 | - |
| YUV | 183.09 | 150.52 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 223 | 0.24 | 0.18 | 0 | 0.13 | 226.42 | 0.45 | 0.77 |
| Hex | AA | B6 | DF | 18 | 12 | 0 | D | E2 | 2D | 4D |
| Octal | 252 | 266 | 337 | 30 | 22 | 0 | 15 | 342 | 55 | 115 |
| Binary | 10101010 | 10110110 | 11011111 | 11000 | 10010 | 0 | 1101 | 11100010 | 101101 | 1001101 |
Color Harmonies of #AAB6DF
Complementary color
Monochromatic Colors of #AAB6DF
Black with #AAB6DF
Text Example
Text Example
White with #AAB6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB6DF; }
p { color: rgb(170,182,223); }
H1.HeaderClassName
{
color: #AAB6DF;
}
.AnyTagClassName
{
color: #AAB6DF;
}
</style>
background-color css
<style>
a { background-color: #AAB6DF; }
a { background-color: rgb(170,182,223); }
div.DivClassName
{
background-color: #AAB6DF;
}
.BgClassName
{
background-color: #AAB6DF;
}
</style>
border-color css
<style>
span { border-color: #AAB6DF; }
span { border-color: rgb(170,182,223); }
td.TdClassName
{
border-color: #AAB6DF;
}
.TagClassName
{
border-color: #AAB6DF;
}
</style>