Shades of Botticelli #98ADB2
Tints of Botticelli #98ADB2
RGB
CMYK
RGB Variations
Color information
#98ADB2 (or 0x98ADB2) is known color: Botticelli. HEX triplet: 98, AD and B2. RGB value is (152,173,178). Sum of RGB (Red+Green+Blue) = 152+173+178=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 178 - color contains mainly: blue. Hex color #98ADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ADB2 is #67524D. Grayscale: #A7A7A7. Windows color (decimal): -6771278 or 11709848. OLE color: 11709848.
HSL color Cylindrical-coordinate representation of color #98ADB2: hue angle of 191.54º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #98ADB2 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 173 | 178 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.30 |
| HSL | 191.54º | 0.14% | 0.65% | - |
| HSV(B) | 191.54º | 0.15% | 0.7% | - |
| XYZ | 35.93 | 39.78 | 47.9 | - |
| YUV | 167.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 178 | 0.15 | 0.03 | 0 | 0.30 | 191.54 | 0.14 | 0.65 |
| Hex | 98 | AD | B2 | F | 3 | 0 | 1E | C0 | E | 41 |
| Octal | 230 | 255 | 262 | 17 | 3 | 0 | 36 | 300 | 16 | 101 |
| Binary | 10011000 | 10101101 | 10110010 | 1111 | 11 | 0 | 11110 | 11000000 | 1110 | 1000001 |
Color Harmonies of #98ADB2
Complementary color
Monochromatic Colors of #98ADB2
Black with #98ADB2
Text Example
Text Example
White with #98ADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADB2; }
p { color: rgb(152,173,178); }
H1.HeaderClassName
{
color: #98ADB2;
}
.AnyTagClassName
{
color: #98ADB2;
}
</style>
background-color css
<style>
a { background-color: #98ADB2; }
a { background-color: rgb(152,173,178); }
div.DivClassName
{
background-color: #98ADB2;
}
.BgClassName
{
background-color: #98ADB2;
}
</style>
border-color css
<style>
span { border-color: #98ADB2; }
span { border-color: rgb(152,173,178); }
td.TdClassName
{
border-color: #98ADB2;
}
.TagClassName
{
border-color: #98ADB2;
}
</style>