Shades of Botticelli #98ADB4
Tints of Botticelli #98ADB4
RGB
CMYK
RGB Variations
Color information
#98ADB4 (or 0x98ADB4) is known color: Botticelli. HEX triplet: 98, AD and B4. RGB value is (152,173,180). Sum of RGB (Red+Green+Blue) = 152+173+180=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 180 - color contains mainly: blue. Hex color #98ADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADB4 is #67524B. Grayscale: #A7A7A7. Windows color (decimal): -6771276 or 11840920. OLE color: 11840920.
HSL color Cylindrical-coordinate representation of color #98ADB4: hue angle of 195º degrees, saturation: 0.16, 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 #98ADB4 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 173 | 180 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.29 |
| HSL | 195º | 0.16% | 0.65% | - |
| HSV(B) | 195º | 0.16% | 0.71% | - |
| XYZ | 36.13 | 39.86 | 48.97 | - |
| YUV | 167.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 180 | 0.16 | 0.04 | 0 | 0.29 | 195 | 0.16 | 0.65 |
| Hex | 98 | AD | B4 | 10 | 4 | 0 | 1D | C3 | 10 | 41 |
| Octal | 230 | 255 | 264 | 20 | 4 | 0 | 35 | 303 | 20 | 101 |
| Binary | 10011000 | 10101101 | 10110100 | 10000 | 100 | 0 | 11101 | 11000011 | 10000 | 1000001 |
Color Harmonies of #98ADB4
Complementary color
Monochromatic Colors of #98ADB4
Black with #98ADB4
Text Example
Text Example
White with #98ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADB4; }
p { color: rgb(152,173,180); }
H1.HeaderClassName
{
color: #98ADB4;
}
.AnyTagClassName
{
color: #98ADB4;
}
</style>
background-color css
<style>
a { background-color: #98ADB4; }
a { background-color: rgb(152,173,180); }
div.DivClassName
{
background-color: #98ADB4;
}
.BgClassName
{
background-color: #98ADB4;
}
</style>
border-color css
<style>
span { border-color: #98ADB4; }
span { border-color: rgb(152,173,180); }
td.TdClassName
{
border-color: #98ADB4;
}
.TagClassName
{
border-color: #98ADB4;
}
</style>