Shades of Perano #ADB6D8
Tints of Perano #ADB6D8
RGB
CMYK
RGB Variations
Color information
#ADB6D8 (or 0xADB6D8) is known color: Perano. HEX triplet: AD, B6 and D8. RGB value is (173,182,216). Sum of RGB (Red+Green+Blue) = 173+182+216=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADB6D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6D8 is #524927. Grayscale: #B7B7B7. Windows color (decimal): -5392680 or 14202541. OLE color: 14202541.
HSL color Cylindrical-coordinate representation of color #ADB6D8: hue angle of 227.44º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADB6D8 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 182 | 216 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.15 |
| HSL | 227.44º | 0.36% | 0.76% | - |
| HSV(B) | 227.44º | 0.2% | 0.85% | - |
| XYZ | 46.36 | 47.3 | 71.65 | - |
| YUV | 183.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 216 | 0.20 | 0.16 | 0 | 0.15 | 227.44 | 0.36 | 0.76 |
| Hex | AD | B6 | D8 | 14 | 10 | 0 | F | E3 | 24 | 4C |
| Octal | 255 | 266 | 330 | 24 | 20 | 0 | 17 | 343 | 44 | 114 |
| Binary | 10101101 | 10110110 | 11011000 | 10100 | 10000 | 0 | 1111 | 11100011 | 100100 | 1001100 |
Color Harmonies of #ADB6D8
Complementary color
Monochromatic Colors of #ADB6D8
Black with #ADB6D8
Text Example
Text Example
White with #ADB6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB6D8; }
p { color: rgb(173,182,216); }
H1.HeaderClassName
{
color: #ADB6D8;
}
.AnyTagClassName
{
color: #ADB6D8;
}
</style>
background-color css
<style>
a { background-color: #ADB6D8; }
a { background-color: rgb(173,182,216); }
div.DivClassName
{
background-color: #ADB6D8;
}
.BgClassName
{
background-color: #ADB6D8;
}
</style>
border-color css
<style>
span { border-color: #ADB6D8; }
span { border-color: rgb(173,182,216); }
td.TdClassName
{
border-color: #ADB6D8;
}
.TagClassName
{
border-color: #ADB6D8;
}
</style>