Shades of Botticelli #98BAC5
Tints of Botticelli #98BAC5
RGB
CMYK
RGB Variations
Color information
#98BAC5 (or 0x98BAC5) is known color: Botticelli. HEX triplet: 98, BA and C5. RGB value is (152,186,197). Sum of RGB (Red+Green+Blue) = 152+186+197=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 197 - color contains mainly: blue. Hex color #98BAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BAC5 is #67453A. Grayscale: #B1B1B1. Windows color (decimal): -6767931 or 12958360. OLE color: 12958360.
HSL color Cylindrical-coordinate representation of color #98BAC5: hue angle of 194.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98BAC5 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 186 | 197 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.23 |
| HSL | 194.67º | 0.28% | 0.68% | - |
| HSV(B) | 194.67º | 0.23% | 0.77% | - |
| XYZ | 40.59 | 45.82 | 59.53 | - |
| YUV | 177.09 | 139.24 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 197 | 0.23 | 0.06 | 0 | 0.23 | 194.67 | 0.28 | 0.68 |
| Hex | 98 | BA | C5 | 17 | 6 | 0 | 17 | C3 | 1C | 44 |
| Octal | 230 | 272 | 305 | 27 | 6 | 0 | 27 | 303 | 34 | 104 |
| Binary | 10011000 | 10111010 | 11000101 | 10111 | 110 | 0 | 10111 | 11000011 | 11100 | 1000100 |
Color Harmonies of #98BAC5
Complementary color
Monochromatic Colors of #98BAC5
Black with #98BAC5
Text Example
Text Example
White with #98BAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BAC5; }
p { color: rgb(152,186,197); }
H1.HeaderClassName
{
color: #98BAC5;
}
.AnyTagClassName
{
color: #98BAC5;
}
</style>
background-color css
<style>
a { background-color: #98BAC5; }
a { background-color: rgb(152,186,197); }
div.DivClassName
{
background-color: #98BAC5;
}
.BgClassName
{
background-color: #98BAC5;
}
</style>
border-color css
<style>
span { border-color: #98BAC5; }
span { border-color: rgb(152,186,197); }
td.TdClassName
{
border-color: #98BAC5;
}
.TagClassName
{
border-color: #98BAC5;
}
</style>