Shades of Perano #AABBED
Tints of Perano #AABBED
RGB
CMYK
RGB Variations
Color information
#AABBED (or 0xAABBED) is known color: Perano. HEX triplet: AA, BB and ED. RGB value is (170,187,237). Sum of RGB (Red+Green+Blue) = 170+187+237=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #AABBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABBED is #554412. Grayscale: #BBBBBB. Windows color (decimal): -5587987 or 15580074. OLE color: 15580074.
HSL color Cylindrical-coordinate representation of color #AABBED: hue angle of 224.78º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AABBED is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 187 | 237 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.07 |
| HSL | 224.78º | 0.65% | 0.8% | - |
| HSV(B) | 224.78º | 0.28% | 0.93% | - |
| XYZ | 49.63 | 50.2 | 87.19 | - |
| YUV | 187.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 237 | 0.28 | 0.21 | 0 | 0.07 | 224.78 | 0.65 | 0.8 |
| Hex | AA | BB | ED | 1C | 15 | 0 | 7 | E1 | 41 | 50 |
| Octal | 252 | 273 | 355 | 34 | 25 | 0 | 7 | 341 | 101 | 120 |
| Binary | 10101010 | 10111011 | 11101101 | 11100 | 10101 | 0 | 111 | 11100001 | 1000001 | 1010000 |
Color Harmonies of #AABBED
Complementary color
Monochromatic Colors of #AABBED
Black with #AABBED
Text Example
Text Example
White with #AABBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBED; }
p { color: rgb(170,187,237); }
H1.HeaderClassName
{
color: #AABBED;
}
.AnyTagClassName
{
color: #AABBED;
}
</style>
background-color css
<style>
a { background-color: #AABBED; }
a { background-color: rgb(170,187,237); }
div.DivClassName
{
background-color: #AABBED;
}
.BgClassName
{
background-color: #AABBED;
}
</style>
border-color css
<style>
span { border-color: #AABBED; }
span { border-color: rgb(170,187,237); }
td.TdClassName
{
border-color: #AABBED;
}
.TagClassName
{
border-color: #AABBED;
}
</style>