Shades of Botticelli #98ACB0
Tints of Botticelli #98ACB0
RGB
CMYK
RGB Variations
Color information
#98ACB0 (or 0x98ACB0) is known color: Botticelli. HEX triplet: 98, AC and B0. RGB value is (152,172,176). Sum of RGB (Red+Green+Blue) = 152+172+176=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 176 - color contains mainly: blue. Hex color #98ACB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ACB0 is #67534F. Grayscale: #A6A6A6. Windows color (decimal): -6771536 or 11578520. OLE color: 11578520.
HSL color Cylindrical-coordinate representation of color #98ACB0: hue angle of 190º 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 #98ACB0 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 172 | 176 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.31 |
| HSL | 190º | 0.13% | 0.64% | - |
| HSV(B) | 190º | 0.14% | 0.69% | - |
| XYZ | 35.54 | 39.32 | 46.79 | - |
| YUV | 166.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 172 | 176 | 0.14 | 0.02 | 0 | 0.31 | 190 | 0.13 | 0.64 |
| Hex | 98 | AC | B0 | E | 2 | 0 | 1F | BE | D | 40 |
| Octal | 230 | 254 | 260 | 16 | 2 | 0 | 37 | 276 | 15 | 100 |
| Binary | 10011000 | 10101100 | 10110000 | 1110 | 10 | 0 | 11111 | 10111110 | 1101 | 1000000 |
Color Harmonies of #98ACB0
Complementary color
Monochromatic Colors of #98ACB0
Black with #98ACB0
Text Example
Text Example
White with #98ACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ACB0; }
p { color: rgb(152,172,176); }
H1.HeaderClassName
{
color: #98ACB0;
}
.AnyTagClassName
{
color: #98ACB0;
}
</style>
background-color css
<style>
a { background-color: #98ACB0; }
a { background-color: rgb(152,172,176); }
div.DivClassName
{
background-color: #98ACB0;
}
.BgClassName
{
background-color: #98ACB0;
}
</style>
border-color css
<style>
span { border-color: #98ACB0; }
span { border-color: rgb(152,172,176); }
td.TdClassName
{
border-color: #98ACB0;
}
.TagClassName
{
border-color: #98ACB0;
}
</style>