Shades of Perano #AABDF5
Tints of Perano #AABDF5
RGB
CMYK
RGB Variations
Color information
#AABDF5 (or 0xAABDF5) is known color: Perano. HEX triplet: AA, BD and F5. RGB value is (170,189,245). Sum of RGB (Red+Green+Blue) = 170+189+245=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 245 - color contains mainly: blue. Hex color #AABDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABDF5 is #55420A. Grayscale: #BDBDBD. Windows color (decimal): -5587467 or 16104874. OLE color: 16104874.
HSL color Cylindrical-coordinate representation of color #AABDF5: hue angle of 224.8º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AABDF5 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 189 | 245 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.04 |
| HSL | 224.8º | 0.79% | 0.81% | - |
| HSV(B) | 224.8º | 0.31% | 0.96% | - |
| XYZ | 51.26 | 51.53 | 93.63 | - |
| YUV | 189.7 | 159.21 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 245 | 0.31 | 0.23 | 0 | 0.04 | 224.8 | 0.79 | 0.81 |
| Hex | AA | BD | F5 | 1F | 17 | 0 | 4 | E1 | 4F | 51 |
| Octal | 252 | 275 | 365 | 37 | 27 | 0 | 4 | 341 | 117 | 121 |
| Binary | 10101010 | 10111101 | 11110101 | 11111 | 10111 | 0 | 100 | 11100001 | 1001111 | 1010001 |
Color Harmonies of #AABDF5
Complementary color
Monochromatic Colors of #AABDF5
Black with #AABDF5
Text Example
Text Example
White with #AABDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDF5; }
p { color: rgb(170,189,245); }
H1.HeaderClassName
{
color: #AABDF5;
}
.AnyTagClassName
{
color: #AABDF5;
}
</style>
background-color css
<style>
a { background-color: #AABDF5; }
a { background-color: rgb(170,189,245); }
div.DivClassName
{
background-color: #AABDF5;
}
.BgClassName
{
background-color: #AABDF5;
}
</style>
border-color css
<style>
span { border-color: #AABDF5; }
span { border-color: rgb(170,189,245); }
td.TdClassName
{
border-color: #AABDF5;
}
.TagClassName
{
border-color: #AABDF5;
}
</style>