Shades of Botticelli #98ADB6
Tints of Botticelli #98ADB6
RGB
CMYK
RGB Variations
Color information
#98ADB6 (or 0x98ADB6) is known color: Botticelli. HEX triplet: 98, AD and B6. RGB value is (152,173,182). Sum of RGB (Red+Green+Blue) = 152+173+182=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 182 - color contains mainly: blue. Hex color #98ADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADB6 is #675249. Grayscale: #A7A7A7. Windows color (decimal): -6771274 or 11971992. OLE color: 11971992.
HSL color Cylindrical-coordinate representation of color #98ADB6: hue angle of 198º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98ADB6 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 173 | 182 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.29 |
| HSL | 198º | 0.17% | 0.65% | - |
| HSV(B) | 198º | 0.16% | 0.71% | - |
| XYZ | 36.34 | 39.94 | 50.05 | - |
| YUV | 167.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 182 | 0.16 | 0.05 | 0 | 0.29 | 198 | 0.17 | 0.65 |
| Hex | 98 | AD | B6 | 10 | 5 | 0 | 1D | C6 | 11 | 41 |
| Octal | 230 | 255 | 266 | 20 | 5 | 0 | 35 | 306 | 21 | 101 |
| Binary | 10011000 | 10101101 | 10110110 | 10000 | 101 | 0 | 11101 | 11000110 | 10001 | 1000001 |
Color Harmonies of #98ADB6
Complementary color
Monochromatic Colors of #98ADB6
Black with #98ADB6
Text Example
Text Example
White with #98ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADB6; }
p { color: rgb(152,173,182); }
H1.HeaderClassName
{
color: #98ADB6;
}
.AnyTagClassName
{
color: #98ADB6;
}
</style>
background-color css
<style>
a { background-color: #98ADB6; }
a { background-color: rgb(152,173,182); }
div.DivClassName
{
background-color: #98ADB6;
}
.BgClassName
{
background-color: #98ADB6;
}
</style>
border-color css
<style>
span { border-color: #98ADB6; }
span { border-color: rgb(152,173,182); }
td.TdClassName
{
border-color: #98ADB6;
}
.TagClassName
{
border-color: #98ADB6;
}
</style>