Shades of Botticelli #98BABB
Tints of Botticelli #98BABB
RGB
CMYK
RGB Variations
Color information
#98BABB (or 0x98BABB) is known color: Botticelli. HEX triplet: 98, BA and BB. RGB value is (152,186,187). Sum of RGB (Red+Green+Blue) = 152+186+187=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #98BABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BABB is #674544. Grayscale: #AFAFAF. Windows color (decimal): -6767941 or 12303000. OLE color: 12303000.
HSL color Cylindrical-coordinate representation of color #98BABB: hue angle of 181.71º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98BABB is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 187 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.27 |
| HSL | 181.71º | 0.2% | 0.66% | - |
| HSV(B) | 181.71º | 0.19% | 0.73% | - |
| XYZ | 39.48 | 45.38 | 53.69 | - |
| YUV | 175.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 187 | 0.19 | 0.01 | 0 | 0.27 | 181.71 | 0.2 | 0.66 |
| Hex | 98 | BA | BB | 13 | 1 | 0 | 1B | B6 | 14 | 42 |
| Octal | 230 | 272 | 273 | 23 | 1 | 0 | 33 | 266 | 24 | 102 |
| Binary | 10011000 | 10111010 | 10111011 | 10011 | 1 | 0 | 11011 | 10110110 | 10100 | 1000010 |
Color Harmonies of #98BABB
Complementary color
Monochromatic Colors of #98BABB
Black with #98BABB
Text Example
Text Example
White with #98BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BABB; }
p { color: rgb(152,186,187); }
H1.HeaderClassName
{
color: #98BABB;
}
.AnyTagClassName
{
color: #98BABB;
}
</style>
background-color css
<style>
a { background-color: #98BABB; }
a { background-color: rgb(152,186,187); }
div.DivClassName
{
background-color: #98BABB;
}
.BgClassName
{
background-color: #98BABB;
}
</style>
border-color css
<style>
span { border-color: #98BABB; }
span { border-color: rgb(152,186,187); }
td.TdClassName
{
border-color: #98BABB;
}
.TagClassName
{
border-color: #98BABB;
}
</style>