Shades of Perano #AABDEF
Tints of Perano #AABDEF
RGB
CMYK
RGB Variations
Color information
#AABDEF (or 0xAABDEF) is known color: Perano. HEX triplet: AA, BD and EF. RGB value is (170,189,239). Sum of RGB (Red+Green+Blue) = 170+189+239=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #AABDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABDEF is #554210. Grayscale: #BCBCBC. Windows color (decimal): -5587473 or 15711658. OLE color: 15711658.
HSL color Cylindrical-coordinate representation of color #AABDEF: hue angle of 223.48º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AABDEF is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 189 | 239 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.06 |
| HSL | 223.48º | 0.68% | 0.8% | - |
| HSV(B) | 223.48º | 0.29% | 0.94% | - |
| XYZ | 50.36 | 51.17 | 88.88 | - |
| YUV | 189.02 | 156.21 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 239 | 0.29 | 0.21 | 0 | 0.06 | 223.48 | 0.68 | 0.8 |
| Hex | AA | BD | EF | 1D | 15 | 0 | 6 | DF | 44 | 50 |
| Octal | 252 | 275 | 357 | 35 | 25 | 0 | 6 | 337 | 104 | 120 |
| Binary | 10101010 | 10111101 | 11101111 | 11101 | 10101 | 0 | 110 | 11011111 | 1000100 | 1010000 |
Color Harmonies of #AABDEF
Complementary color
Monochromatic Colors of #AABDEF
Black with #AABDEF
Text Example
Text Example
White with #AABDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDEF; }
p { color: rgb(170,189,239); }
H1.HeaderClassName
{
color: #AABDEF;
}
.AnyTagClassName
{
color: #AABDEF;
}
</style>
background-color css
<style>
a { background-color: #AABDEF; }
a { background-color: rgb(170,189,239); }
div.DivClassName
{
background-color: #AABDEF;
}
.BgClassName
{
background-color: #AABDEF;
}
</style>
border-color css
<style>
span { border-color: #AABDEF; }
span { border-color: rgb(170,189,239); }
td.TdClassName
{
border-color: #AABDEF;
}
.TagClassName
{
border-color: #AABDEF;
}
</style>