Shades of Botticelli #99B7BF
Tints of Botticelli #99B7BF
RGB
CMYK
RGB Variations
Color information
#99B7BF (or 0x99B7BF) is known color: Botticelli. HEX triplet: 99, B7 and BF. RGB value is (153,183,191). Sum of RGB (Red+Green+Blue) = 153+183+191=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #99B7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B7BF is #664840. Grayscale: #AEAEAE. Windows color (decimal): -6703169 or 12564377. OLE color: 12564377.
HSL color Cylindrical-coordinate representation of color #99B7BF: hue angle of 192.63º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99B7BF is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 183 | 191 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.25 |
| HSL | 192.63º | 0.23% | 0.67% | - |
| HSV(B) | 192.63º | 0.2% | 0.75% | - |
| XYZ | 39.47 | 44.4 | 55.78 | - |
| YUV | 174.94 | 137.06 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 191 | 0.20 | 0.04 | 0 | 0.25 | 192.63 | 0.23 | 0.67 |
| Hex | 99 | B7 | BF | 14 | 4 | 0 | 19 | C1 | 17 | 43 |
| Octal | 231 | 267 | 277 | 24 | 4 | 0 | 31 | 301 | 27 | 103 |
| Binary | 10011001 | 10110111 | 10111111 | 10100 | 100 | 0 | 11001 | 11000001 | 10111 | 1000011 |
Color Harmonies of #99B7BF
Complementary color
Monochromatic Colors of #99B7BF
Black with #99B7BF
Text Example
Text Example
White with #99B7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B7BF; }
p { color: rgb(153,183,191); }
H1.HeaderClassName
{
color: #99B7BF;
}
.AnyTagClassName
{
color: #99B7BF;
}
</style>
background-color css
<style>
a { background-color: #99B7BF; }
a { background-color: rgb(153,183,191); }
div.DivClassName
{
background-color: #99B7BF;
}
.BgClassName
{
background-color: #99B7BF;
}
</style>
border-color css
<style>
span { border-color: #99B7BF; }
span { border-color: rgb(153,183,191); }
td.TdClassName
{
border-color: #99B7BF;
}
.TagClassName
{
border-color: #99B7BF;
}
</style>