Shades of Botticelli #98BABC
Tints of Botticelli #98BABC
RGB
CMYK
RGB Variations
Color information
#98BABC (or 0x98BABC) is known color: Botticelli. HEX triplet: 98, BA and BC. RGB value is (152,186,188). Sum of RGB (Red+Green+Blue) = 152+186+188=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #98BABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BABC is #674543. Grayscale: #B0B0B0. Windows color (decimal): -6767940 or 12368536. OLE color: 12368536.
HSL color Cylindrical-coordinate representation of color #98BABC: hue angle of 183.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98BABC is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 186 | 188 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.26 |
| HSL | 183.33º | 0.21% | 0.67% | - |
| HSV(B) | 183.33º | 0.19% | 0.74% | - |
| XYZ | 39.58 | 45.42 | 54.26 | - |
| YUV | 176.06 | 134.74 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 188 | 0.19 | 0.01 | 0 | 0.26 | 183.33 | 0.21 | 0.67 |
| Hex | 98 | BA | BC | 13 | 1 | 0 | 1A | B7 | 15 | 43 |
| Octal | 230 | 272 | 274 | 23 | 1 | 0 | 32 | 267 | 25 | 103 |
| Binary | 10011000 | 10111010 | 10111100 | 10011 | 1 | 0 | 11010 | 10110111 | 10101 | 1000011 |
Color Harmonies of #98BABC
Complementary color
Monochromatic Colors of #98BABC
Black with #98BABC
Text Example
Text Example
White with #98BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BABC; }
p { color: rgb(152,186,188); }
H1.HeaderClassName
{
color: #98BABC;
}
.AnyTagClassName
{
color: #98BABC;
}
</style>
background-color css
<style>
a { background-color: #98BABC; }
a { background-color: rgb(152,186,188); }
div.DivClassName
{
background-color: #98BABC;
}
.BgClassName
{
background-color: #98BABC;
}
</style>
border-color css
<style>
span { border-color: #98BABC; }
span { border-color: rgb(152,186,188); }
td.TdClassName
{
border-color: #98BABC;
}
.TagClassName
{
border-color: #98BABC;
}
</style>