Shades of Botticelli #99B5BC
Tints of Botticelli #99B5BC
RGB
CMYK
RGB Variations
Color information
#99B5BC (or 0x99B5BC) is known color: Botticelli. HEX triplet: 99, B5 and BC. RGB value is (153,181,188). Sum of RGB (Red+Green+Blue) = 153+181+188=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: blue. Hex color #99B5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B5BC is #664A43. Grayscale: #ADADAD. Windows color (decimal): -6703684 or 12367257. OLE color: 12367257.
HSL color Cylindrical-coordinate representation of color #99B5BC: hue angle of 192º 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 #99B5BC is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 181 | 188 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.26 |
| HSL | 192º | 0.21% | 0.67% | - |
| HSV(B) | 192º | 0.19% | 0.74% | - |
| XYZ | 38.74 | 43.45 | 53.92 | - |
| YUV | 173.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 181 | 188 | 0.19 | 0.04 | 0 | 0.26 | 192 | 0.21 | 0.67 |
| Hex | 99 | B5 | BC | 13 | 4 | 0 | 1A | C0 | 15 | 43 |
| Octal | 231 | 265 | 274 | 23 | 4 | 0 | 32 | 300 | 25 | 103 |
| Binary | 10011001 | 10110101 | 10111100 | 10011 | 100 | 0 | 11010 | 11000000 | 10101 | 1000011 |
Color Harmonies of #99B5BC
Complementary color
Monochromatic Colors of #99B5BC
Black with #99B5BC
Text Example
Text Example
White with #99B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B5BC; }
p { color: rgb(153,181,188); }
H1.HeaderClassName
{
color: #99B5BC;
}
.AnyTagClassName
{
color: #99B5BC;
}
</style>
background-color css
<style>
a { background-color: #99B5BC; }
a { background-color: rgb(153,181,188); }
div.DivClassName
{
background-color: #99B5BC;
}
.BgClassName
{
background-color: #99B5BC;
}
</style>
border-color css
<style>
span { border-color: #99B5BC; }
span { border-color: rgb(153,181,188); }
td.TdClassName
{
border-color: #99B5BC;
}
.TagClassName
{
border-color: #99B5BC;
}
</style>