Shades of Botticelli #99B7BC
Tints of Botticelli #99B7BC
RGB
CMYK
RGB Variations
Color information
#99B7BC (or 0x99B7BC) is known color: Botticelli. HEX triplet: 99, B7 and BC. RGB value is (153,183,188). Sum of RGB (Red+Green+Blue) = 153+183+188=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #99B7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B7BC is #664843. Grayscale: #AEAEAE. Windows color (decimal): -6703172 or 12367769. OLE color: 12367769.
HSL color Cylindrical-coordinate representation of color #99B7BC: hue angle of 188.57º 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 #99B7BC is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 183 | 188 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.26 |
| HSL | 188.57º | 0.21% | 0.67% | - |
| HSV(B) | 188.57º | 0.19% | 0.74% | - |
| XYZ | 39.15 | 44.27 | 54.06 | - |
| YUV | 174.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 188 | 0.19 | 0.03 | 0 | 0.26 | 188.57 | 0.21 | 0.67 |
| Hex | 99 | B7 | BC | 13 | 3 | 0 | 1A | BD | 15 | 43 |
| Octal | 231 | 267 | 274 | 23 | 3 | 0 | 32 | 275 | 25 | 103 |
| Binary | 10011001 | 10110111 | 10111100 | 10011 | 11 | 0 | 11010 | 10111101 | 10101 | 1000011 |
Color Harmonies of #99B7BC
Complementary color
Monochromatic Colors of #99B7BC
Black with #99B7BC
Text Example
Text Example
White with #99B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B7BC; }
p { color: rgb(153,183,188); }
H1.HeaderClassName
{
color: #99B7BC;
}
.AnyTagClassName
{
color: #99B7BC;
}
</style>
background-color css
<style>
a { background-color: #99B7BC; }
a { background-color: rgb(153,183,188); }
div.DivClassName
{
background-color: #99B7BC;
}
.BgClassName
{
background-color: #99B7BC;
}
</style>
border-color css
<style>
span { border-color: #99B7BC; }
span { border-color: rgb(153,183,188); }
td.TdClassName
{
border-color: #99B7BC;
}
.TagClassName
{
border-color: #99B7BC;
}
</style>