Shades of Perano #AABFED
Tints of Perano #AABFED
RGB
CMYK
RGB Variations
Color information
#AABFED (or 0xAABFED) is known color: Perano. HEX triplet: AA, BF and ED. RGB value is (170,191,237). Sum of RGB (Red+Green+Blue) = 170+191+237=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #AABFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABFED is #554012. Grayscale: #BDBDBD. Windows color (decimal): -5586963 or 15581098. OLE color: 15581098.
HSL color Cylindrical-coordinate representation of color #AABFED: hue angle of 221.19º 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 #AABFED is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 191 | 237 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.07 |
| HSL | 221.19º | 0.65% | 0.8% | - |
| HSV(B) | 221.19º | 0.28% | 0.93% | - |
| XYZ | 50.49 | 51.92 | 87.48 | - |
| YUV | 189.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 237 | 0.28 | 0.19 | 0 | 0.07 | 221.19 | 0.65 | 0.8 |
| Hex | AA | BF | ED | 1C | 13 | 0 | 7 | DD | 41 | 50 |
| Octal | 252 | 277 | 355 | 34 | 23 | 0 | 7 | 335 | 101 | 120 |
| Binary | 10101010 | 10111111 | 11101101 | 11100 | 10011 | 0 | 111 | 11011101 | 1000001 | 1010000 |
Color Harmonies of #AABFED
Complementary color
Monochromatic Colors of #AABFED
Black with #AABFED
Text Example
Text Example
White with #AABFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFED; }
p { color: rgb(170,191,237); }
H1.HeaderClassName
{
color: #AABFED;
}
.AnyTagClassName
{
color: #AABFED;
}
</style>
background-color css
<style>
a { background-color: #AABFED; }
a { background-color: rgb(170,191,237); }
div.DivClassName
{
background-color: #AABFED;
}
.BgClassName
{
background-color: #AABFED;
}
</style>
border-color css
<style>
span { border-color: #AABFED; }
span { border-color: rgb(170,191,237); }
td.TdClassName
{
border-color: #AABFED;
}
.TagClassName
{
border-color: #AABFED;
}
</style>