Shades of Perano #ADBAF0
Tints of Perano #ADBAF0
RGB
CMYK
RGB Variations
Color information
#ADBAF0 (or 0xADBAF0) is known color: Perano. HEX triplet: AD, BA and F0. RGB value is (173,186,240). Sum of RGB (Red+Green+Blue) = 173+186+240=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADBAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBAF0 is #52450F. Grayscale: #BCBCBC. Windows color (decimal): -5391632 or 15776429. OLE color: 15776429.
HSL color Cylindrical-coordinate representation of color #ADBAF0: hue angle of 228.36º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADBAF0 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 173 | 186 | 240 | - |
CMYK | 0.28 | 0.22 | 0 | 0.06 |
HSL | 228.36º | 0.69% | 0.81% | - |
HSV(B) | 228.36º | 0.28% | 0.94% | - |
XYZ | 50.52 | 50.29 | 89.48 | - |
YUV | 188.27 | 157.19 | 117.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 186 | 240 | 0.28 | 0.22 | 0 | 0.06 | 228.36 | 0.69 | 0.81 |
Hex | AD | BA | F0 | 1C | 16 | 0 | 6 | E4 | 45 | 51 |
Octal | 255 | 272 | 360 | 34 | 26 | 0 | 6 | 344 | 105 | 121 |
Binary | 10101101 | 10111010 | 11110000 | 11100 | 10110 | 0 | 110 | 11100100 | 1000101 | 1010001 |
Color Harmonies of #ADBAF0
Complementary color
Monochromatic Colors of #ADBAF0
Black with #ADBAF0
Text Example
Text Example
White with #ADBAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBAF0; }
p { color: rgb(173,186,240); }
H1.HeaderClassName
{
color: #ADBAF0;
}
.AnyTagClassName
{
color: #ADBAF0;
}
</style>
background-color css
<style>
a { background-color: #ADBAF0; }
a { background-color: rgb(173,186,240); }
div.DivClassName
{
background-color: #ADBAF0;
}
.BgClassName
{
background-color: #ADBAF0;
}
</style>
border-color css
<style>
span { border-color: #ADBAF0; }
span { border-color: rgb(173,186,240); }
td.TdClassName
{
border-color: #ADBAF0;
}
.TagClassName
{
border-color: #ADBAF0;
}
</style>