Shades of Perano #ADB6F0
Tints of Perano #ADB6F0
RGB
CMYK
RGB Variations
Color information
#ADB6F0 (or 0xADB6F0) is known color: Perano. HEX triplet: AD, B6 and F0. RGB value is (173,182,240). Sum of RGB (Red+Green+Blue) = 173+182+240=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADB6F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB6F0 is #52490F. Grayscale: #B9B9B9. Windows color (decimal): -5392656 or 15775405. OLE color: 15775405.
HSL color Cylindrical-coordinate representation of color #ADB6F0: hue angle of 231.94º 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 #ADB6F0 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 182 | 240 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.06 |
| HSL | 231.94º | 0.69% | 0.81% | - |
| HSV(B) | 231.94º | 0.28% | 0.94% | - |
| XYZ | 49.69 | 48.63 | 89.21 | - |
| YUV | 185.92 | 158.52 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 240 | 0.28 | 0.24 | 0 | 0.06 | 231.94 | 0.69 | 0.81 |
| Hex | AD | B6 | F0 | 1C | 18 | 0 | 6 | E8 | 45 | 51 |
| Octal | 255 | 266 | 360 | 34 | 30 | 0 | 6 | 350 | 105 | 121 |
| Binary | 10101101 | 10110110 | 11110000 | 11100 | 11000 | 0 | 110 | 11101000 | 1000101 | 1010001 |
Color Harmonies of #ADB6F0
Complementary color
Monochromatic Colors of #ADB6F0
Black with #ADB6F0
Text Example
Text Example
White with #ADB6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB6F0; }
p { color: rgb(173,182,240); }
H1.HeaderClassName
{
color: #ADB6F0;
}
.AnyTagClassName
{
color: #ADB6F0;
}
</style>
background-color css
<style>
a { background-color: #ADB6F0; }
a { background-color: rgb(173,182,240); }
div.DivClassName
{
background-color: #ADB6F0;
}
.BgClassName
{
background-color: #ADB6F0;
}
</style>
border-color css
<style>
span { border-color: #ADB6F0; }
span { border-color: rgb(173,182,240); }
td.TdClassName
{
border-color: #ADB6F0;
}
.TagClassName
{
border-color: #ADB6F0;
}
</style>