Shades of Botticelli #98A9B0
Tints of Botticelli #98A9B0
RGB
CMYK
RGB Variations
Color information
#98A9B0 (or 0x98A9B0) is known color: Botticelli. HEX triplet: 98, A9 and B0. RGB value is (152,169,176). Sum of RGB (Red+Green+Blue) = 152+169+176=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 176 - color contains mainly: blue. Hex color #98A9B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A9B0 is #67564F. Grayscale: #A4A4A4. Windows color (decimal): -6772304 or 11577752. OLE color: 11577752.
HSL color Cylindrical-coordinate representation of color #98A9B0: hue angle of 197.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98A9B0 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 169 | 176 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.31 |
| HSL | 197.5º | 0.13% | 0.64% | - |
| HSV(B) | 197.5º | 0.14% | 0.69% | - |
| XYZ | 34.97 | 38.19 | 46.6 | - |
| YUV | 164.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 169 | 176 | 0.14 | 0.04 | 0 | 0.31 | 197.5 | 0.13 | 0.64 |
| Hex | 98 | A9 | B0 | E | 4 | 0 | 1F | C6 | D | 40 |
| Octal | 230 | 251 | 260 | 16 | 4 | 0 | 37 | 306 | 15 | 100 |
| Binary | 10011000 | 10101001 | 10110000 | 1110 | 100 | 0 | 11111 | 11000110 | 1101 | 1000000 |
Color Harmonies of #98A9B0
Complementary color
Monochromatic Colors of #98A9B0
Black with #98A9B0
Text Example
Text Example
White with #98A9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A9B0; }
p { color: rgb(152,169,176); }
H1.HeaderClassName
{
color: #98A9B0;
}
.AnyTagClassName
{
color: #98A9B0;
}
</style>
background-color css
<style>
a { background-color: #98A9B0; }
a { background-color: rgb(152,169,176); }
div.DivClassName
{
background-color: #98A9B0;
}
.BgClassName
{
background-color: #98A9B0;
}
</style>
border-color css
<style>
span { border-color: #98A9B0; }
span { border-color: rgb(152,169,176); }
td.TdClassName
{
border-color: #98A9B0;
}
.TagClassName
{
border-color: #98A9B0;
}
</style>