Shades of Botticelli #98ACB4
Tints of Botticelli #98ACB4
RGB
CMYK
RGB Variations
Color information
#98ACB4 (or 0x98ACB4) is known color: Botticelli. HEX triplet: 98, AC and B4. RGB value is (152,172,180). Sum of RGB (Red+Green+Blue) = 152+172+180=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 180 - color contains mainly: blue. Hex color #98ACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ACB4 is #67534B. Grayscale: #A6A6A6. Windows color (decimal): -6771532 or 11840664. OLE color: 11840664.
HSL color Cylindrical-coordinate representation of color #98ACB4: hue angle of 197.14º 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 #98ACB4 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 172 | 180 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.29 |
| HSL | 197.14º | 0.16% | 0.65% | - |
| HSV(B) | 197.14º | 0.16% | 0.71% | - |
| XYZ | 35.94 | 39.48 | 48.91 | - |
| YUV | 166.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 172 | 180 | 0.16 | 0.04 | 0 | 0.29 | 197.14 | 0.16 | 0.65 |
| Hex | 98 | AC | B4 | 10 | 4 | 0 | 1D | C5 | 10 | 41 |
| Octal | 230 | 254 | 264 | 20 | 4 | 0 | 35 | 305 | 20 | 101 |
| Binary | 10011000 | 10101100 | 10110100 | 10000 | 100 | 0 | 11101 | 11000101 | 10000 | 1000001 |
Color Harmonies of #98ACB4
Complementary color
Monochromatic Colors of #98ACB4
Black with #98ACB4
Text Example
Text Example
White with #98ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ACB4; }
p { color: rgb(152,172,180); }
H1.HeaderClassName
{
color: #98ACB4;
}
.AnyTagClassName
{
color: #98ACB4;
}
</style>
background-color css
<style>
a { background-color: #98ACB4; }
a { background-color: rgb(152,172,180); }
div.DivClassName
{
background-color: #98ACB4;
}
.BgClassName
{
background-color: #98ACB4;
}
</style>
border-color css
<style>
span { border-color: #98ACB4; }
span { border-color: rgb(152,172,180); }
td.TdClassName
{
border-color: #98ACB4;
}
.TagClassName
{
border-color: #98ACB4;
}
</style>