Shades of Botticelli #98ADB1
Tints of Botticelli #98ADB1
RGB
CMYK
RGB Variations
Color information
#98ADB1 (or 0x98ADB1) is known color: Botticelli. HEX triplet: 98, AD and B1. RGB value is (152,173,177). Sum of RGB (Red+Green+Blue) = 152+173+177=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 177 - color contains mainly: blue. Hex color #98ADB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ADB1 is #67524E. Grayscale: #A7A7A7. Windows color (decimal): -6771279 or 11644312. OLE color: 11644312.
HSL color Cylindrical-coordinate representation of color #98ADB1: hue angle of 189.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98ADB1 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 173 | 177 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.31 |
| HSL | 189.6º | 0.14% | 0.65% | - |
| HSV(B) | 189.6º | 0.14% | 0.69% | - |
| XYZ | 35.83 | 39.74 | 47.38 | - |
| YUV | 167.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 177 | 0.14 | 0.02 | 0 | 0.31 | 189.6 | 0.14 | 0.65 |
| Hex | 98 | AD | B1 | E | 2 | 0 | 1F | BE | E | 41 |
| Octal | 230 | 255 | 261 | 16 | 2 | 0 | 37 | 276 | 16 | 101 |
| Binary | 10011000 | 10101101 | 10110001 | 1110 | 10 | 0 | 11111 | 10111110 | 1110 | 1000001 |
Color Harmonies of #98ADB1
Complementary color
Monochromatic Colors of #98ADB1
Black with #98ADB1
Text Example
Text Example
White with #98ADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADB1; }
p { color: rgb(152,173,177); }
H1.HeaderClassName
{
color: #98ADB1;
}
.AnyTagClassName
{
color: #98ADB1;
}
</style>
background-color css
<style>
a { background-color: #98ADB1; }
a { background-color: rgb(152,173,177); }
div.DivClassName
{
background-color: #98ADB1;
}
.BgClassName
{
background-color: #98ADB1;
}
</style>
border-color css
<style>
span { border-color: #98ADB1; }
span { border-color: rgb(152,173,177); }
td.TdClassName
{
border-color: #98ADB1;
}
.TagClassName
{
border-color: #98ADB1;
}
</style>