Shades of Perano #AABDF4
Tints of Perano #AABDF4
RGB
CMYK
RGB Variations
Color information
#AABDF4 (or 0xAABDF4) is known color: Perano. HEX triplet: AA, BD and F4. RGB value is (170,189,244). Sum of RGB (Red+Green+Blue) = 170+189+244=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 244 (95.70% from 255 or 40.46% from 603); Max value from RGB is 244 - color contains mainly: blue. Hex color #AABDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABDF4 is #55420B. Grayscale: #BDBDBD. Windows color (decimal): -5587468 or 16039338. OLE color: 16039338.
HSL color Cylindrical-coordinate representation of color #AABDF4: hue angle of 224.59º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AABDF4 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 189 | 244 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.04 |
| HSL | 224.59º | 0.77% | 0.81% | - |
| HSV(B) | 224.59º | 0.3% | 0.96% | - |
| XYZ | 51.1 | 51.47 | 92.83 | - |
| YUV | 189.59 | 158.71 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 244 | 0.30 | 0.23 | 0 | 0.04 | 224.59 | 0.77 | 0.81 |
| Hex | AA | BD | F4 | 1E | 17 | 0 | 4 | E1 | 4D | 51 |
| Octal | 252 | 275 | 364 | 36 | 27 | 0 | 4 | 341 | 115 | 121 |
| Binary | 10101010 | 10111101 | 11110100 | 11110 | 10111 | 0 | 100 | 11100001 | 1001101 | 1010001 |
Color Harmonies of #AABDF4
Complementary color
Monochromatic Colors of #AABDF4
Black with #AABDF4
Text Example
Text Example
White with #AABDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDF4; }
p { color: rgb(170,189,244); }
H1.HeaderClassName
{
color: #AABDF4;
}
.AnyTagClassName
{
color: #AABDF4;
}
</style>
background-color css
<style>
a { background-color: #AABDF4; }
a { background-color: rgb(170,189,244); }
div.DivClassName
{
background-color: #AABDF4;
}
.BgClassName
{
background-color: #AABDF4;
}
</style>
border-color css
<style>
span { border-color: #AABDF4; }
span { border-color: rgb(170,189,244); }
td.TdClassName
{
border-color: #AABDF4;
}
.TagClassName
{
border-color: #AABDF4;
}
</style>