Shades of Botticelli #98B8BA
Tints of Botticelli #98B8BA
RGB
CMYK
RGB Variations
Color information
#98B8BA (or 0x98B8BA) is known color: Botticelli. HEX triplet: 98, B8 and BA. RGB value is (152,184,186). Sum of RGB (Red+Green+Blue) = 152+184+186=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #98B8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B8BA is #674745. Grayscale: #AEAEAE. Windows color (decimal): -6768454 or 12236952. OLE color: 12236952.
HSL color Cylindrical-coordinate representation of color #98B8BA: hue angle of 183.53º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98B8BA is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 184 | 186 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.27 |
| HSL | 183.53º | 0.2% | 0.66% | - |
| HSV(B) | 183.53º | 0.18% | 0.73% | - |
| XYZ | 38.95 | 44.5 | 52.99 | - |
| YUV | 174.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 184 | 186 | 0.18 | 0.01 | 0 | 0.27 | 183.53 | 0.2 | 0.66 |
| Hex | 98 | B8 | BA | 12 | 1 | 0 | 1B | B8 | 14 | 42 |
| Octal | 230 | 270 | 272 | 22 | 1 | 0 | 33 | 270 | 24 | 102 |
| Binary | 10011000 | 10111000 | 10111010 | 10010 | 1 | 0 | 11011 | 10111000 | 10100 | 1000010 |
Color Harmonies of #98B8BA
Complementary color
Monochromatic Colors of #98B8BA
Black with #98B8BA
Text Example
Text Example
White with #98B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B8BA; }
p { color: rgb(152,184,186); }
H1.HeaderClassName
{
color: #98B8BA;
}
.AnyTagClassName
{
color: #98B8BA;
}
</style>
background-color css
<style>
a { background-color: #98B8BA; }
a { background-color: rgb(152,184,186); }
div.DivClassName
{
background-color: #98B8BA;
}
.BgClassName
{
background-color: #98B8BA;
}
</style>
border-color css
<style>
span { border-color: #98B8BA; }
span { border-color: rgb(152,184,186); }
td.TdClassName
{
border-color: #98B8BA;
}
.TagClassName
{
border-color: #98B8BA;
}
</style>