Shades of Botticelli #98BAC1
Tints of Botticelli #98BAC1
RGB
CMYK
RGB Variations
Color information
#98BAC1 (or 0x98BAC1) is known color: Botticelli. HEX triplet: 98, BA and C1. RGB value is (152,186,193). Sum of RGB (Red+Green+Blue) = 152+186+193=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 193 - color contains mainly: blue. Hex color #98BAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BAC1 is #67453E. Grayscale: #B0B0B0. Windows color (decimal): -6767935 or 12696216. OLE color: 12696216.
HSL color Cylindrical-coordinate representation of color #98BAC1: hue angle of 190.24º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98BAC1 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 186 | 193 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.24 |
| HSL | 190.24º | 0.25% | 0.68% | - |
| HSV(B) | 190.24º | 0.21% | 0.76% | - |
| XYZ | 40.13 | 45.64 | 57.15 | - |
| YUV | 176.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 193 | 0.21 | 0.04 | 0 | 0.24 | 190.24 | 0.25 | 0.68 |
| Hex | 98 | BA | C1 | 15 | 4 | 0 | 18 | BE | 19 | 44 |
| Octal | 230 | 272 | 301 | 25 | 4 | 0 | 30 | 276 | 31 | 104 |
| Binary | 10011000 | 10111010 | 11000001 | 10101 | 100 | 0 | 11000 | 10111110 | 11001 | 1000100 |
Color Harmonies of #98BAC1
Complementary color
Monochromatic Colors of #98BAC1
Black with #98BAC1
Text Example
Text Example
White with #98BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BAC1; }
p { color: rgb(152,186,193); }
H1.HeaderClassName
{
color: #98BAC1;
}
.AnyTagClassName
{
color: #98BAC1;
}
</style>
background-color css
<style>
a { background-color: #98BAC1; }
a { background-color: rgb(152,186,193); }
div.DivClassName
{
background-color: #98BAC1;
}
.BgClassName
{
background-color: #98BAC1;
}
</style>
border-color css
<style>
span { border-color: #98BAC1; }
span { border-color: rgb(152,186,193); }
td.TdClassName
{
border-color: #98BAC1;
}
.TagClassName
{
border-color: #98BAC1;
}
</style>