Shades of Perano #AAB7DF
Tints of Perano #AAB7DF
RGB
CMYK
RGB Variations
Color information
#AAB7DF (or 0xAAB7DF) is known color: Perano. HEX triplet: AA, B7 and DF. RGB value is (170,183,223). Sum of RGB (Red+Green+Blue) = 170+183+223=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAB7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7DF is #554820. Grayscale: #B7B7B7. Windows color (decimal): -5589025 or 14661546. OLE color: 14661546.
HSL color Cylindrical-coordinate representation of color #AAB7DF: hue angle of 225.28º 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 #AAB7DF is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 183 | 223 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.13 |
| HSL | 225.28º | 0.45% | 0.77% | - |
| HSV(B) | 225.28º | 0.24% | 0.87% | - |
| XYZ | 46.83 | 47.74 | 76.56 | - |
| YUV | 183.67 | 150.19 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 223 | 0.24 | 0.18 | 0 | 0.13 | 225.28 | 0.45 | 0.77 |
| Hex | AA | B7 | DF | 18 | 12 | 0 | D | E1 | 2D | 4D |
| Octal | 252 | 267 | 337 | 30 | 22 | 0 | 15 | 341 | 55 | 115 |
| Binary | 10101010 | 10110111 | 11011111 | 11000 | 10010 | 0 | 1101 | 11100001 | 101101 | 1001101 |
Color Harmonies of #AAB7DF
Complementary color
Monochromatic Colors of #AAB7DF
Black with #AAB7DF
Text Example
Text Example
White with #AAB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7DF; }
p { color: rgb(170,183,223); }
H1.HeaderClassName
{
color: #AAB7DF;
}
.AnyTagClassName
{
color: #AAB7DF;
}
</style>
background-color css
<style>
a { background-color: #AAB7DF; }
a { background-color: rgb(170,183,223); }
div.DivClassName
{
background-color: #AAB7DF;
}
.BgClassName
{
background-color: #AAB7DF;
}
</style>
border-color css
<style>
span { border-color: #AAB7DF; }
span { border-color: rgb(170,183,223); }
td.TdClassName
{
border-color: #AAB7DF;
}
.TagClassName
{
border-color: #AAB7DF;
}
</style>