Shades of Perano #AABEED
Tints of Perano #AABEED
RGB
CMYK
RGB Variations
Color information
#AABEED (or 0xAABEED) is known color: Perano. HEX triplet: AA, BE and ED. RGB value is (170,190,237). Sum of RGB (Red+Green+Blue) = 170+190+237=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #AABEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABEED is #554112. Grayscale: #BDBDBD. Windows color (decimal): -5587219 or 15580842. OLE color: 15580842.
HSL color Cylindrical-coordinate representation of color #AABEED: hue angle of 222.09º 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 #AABEED is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 190 | 237 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.07 |
| HSL | 222.09º | 0.65% | 0.8% | - |
| HSV(B) | 222.09º | 0.28% | 0.93% | - |
| XYZ | 50.28 | 51.49 | 87.41 | - |
| YUV | 189.38 | 154.87 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 237 | 0.28 | 0.20 | 0 | 0.07 | 222.09 | 0.65 | 0.8 |
| Hex | AA | BE | ED | 1C | 14 | 0 | 7 | DE | 41 | 50 |
| Octal | 252 | 276 | 355 | 34 | 24 | 0 | 7 | 336 | 101 | 120 |
| Binary | 10101010 | 10111110 | 11101101 | 11100 | 10100 | 0 | 111 | 11011110 | 1000001 | 1010000 |
Color Harmonies of #AABEED
Complementary color
Monochromatic Colors of #AABEED
Black with #AABEED
Text Example
Text Example
White with #AABEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEED; }
p { color: rgb(170,190,237); }
H1.HeaderClassName
{
color: #AABEED;
}
.AnyTagClassName
{
color: #AABEED;
}
</style>
background-color css
<style>
a { background-color: #AABEED; }
a { background-color: rgb(170,190,237); }
div.DivClassName
{
background-color: #AABEED;
}
.BgClassName
{
background-color: #AABEED;
}
</style>
border-color css
<style>
span { border-color: #AABEED; }
span { border-color: rgb(170,190,237); }
td.TdClassName
{
border-color: #AABEED;
}
.TagClassName
{
border-color: #AABEED;
}
</style>