Shades of Perano #AABFEB
Tints of Perano #AABFEB
RGB
CMYK
RGB Variations
Color information
#AABFEB (or 0xAABFEB) is known color: Perano. HEX triplet: AA, BF and EB. RGB value is (170,191,235). Sum of RGB (Red+Green+Blue) = 170+191+235=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #AABFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABFEB is #554014. Grayscale: #BDBDBD. Windows color (decimal): -5586965 or 15450026. OLE color: 15450026.
HSL color Cylindrical-coordinate representation of color #AABFEB: hue angle of 220.62º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AABFEB is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 191 | 235 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.08 |
| HSL | 220.62º | 0.62% | 0.79% | - |
| HSV(B) | 220.62º | 0.28% | 0.92% | - |
| XYZ | 50.2 | 51.81 | 85.95 | - |
| YUV | 189.74 | 153.54 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 235 | 0.28 | 0.19 | 0 | 0.08 | 220.62 | 0.62 | 0.79 |
| Hex | AA | BF | EB | 1C | 13 | 0 | 8 | DD | 3E | 4F |
| Octal | 252 | 277 | 353 | 34 | 23 | 0 | 10 | 335 | 76 | 117 |
| Binary | 10101010 | 10111111 | 11101011 | 11100 | 10011 | 0 | 1000 | 11011101 | 111110 | 1001111 |
Color Harmonies of #AABFEB
Complementary color
Monochromatic Colors of #AABFEB
Black with #AABFEB
Text Example
Text Example
White with #AABFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFEB; }
p { color: rgb(170,191,235); }
H1.HeaderClassName
{
color: #AABFEB;
}
.AnyTagClassName
{
color: #AABFEB;
}
</style>
background-color css
<style>
a { background-color: #AABFEB; }
a { background-color: rgb(170,191,235); }
div.DivClassName
{
background-color: #AABFEB;
}
.BgClassName
{
background-color: #AABFEB;
}
</style>
border-color css
<style>
span { border-color: #AABFEB; }
span { border-color: rgb(170,191,235); }
td.TdClassName
{
border-color: #AABFEB;
}
.TagClassName
{
border-color: #AABFEB;
}
</style>