Shades of Botticelli #99B5BB
Tints of Botticelli #99B5BB
RGB
CMYK
RGB Variations
Color information
#99B5BB (or 0x99B5BB) is known color: Botticelli. HEX triplet: 99, B5 and BB. RGB value is (153,181,187). Sum of RGB (Red+Green+Blue) = 153+181+187=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #99B5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B5BB is #664A44. Grayscale: #ADADAD. Windows color (decimal): -6703685 or 12301721. OLE color: 12301721.
HSL color Cylindrical-coordinate representation of color #99B5BB: hue angle of 190.59º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99B5BB is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 181 | 187 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.27 |
| HSL | 190.59º | 0.2% | 0.67% | - |
| HSV(B) | 190.59º | 0.18% | 0.73% | - |
| XYZ | 38.63 | 43.41 | 53.36 | - |
| YUV | 173.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 181 | 187 | 0.18 | 0.03 | 0 | 0.27 | 190.59 | 0.2 | 0.67 |
| Hex | 99 | B5 | BB | 12 | 3 | 0 | 1B | BF | 14 | 43 |
| Octal | 231 | 265 | 273 | 22 | 3 | 0 | 33 | 277 | 24 | 103 |
| Binary | 10011001 | 10110101 | 10111011 | 10010 | 11 | 0 | 11011 | 10111111 | 10100 | 1000011 |
Color Harmonies of #99B5BB
Complementary color
Monochromatic Colors of #99B5BB
Black with #99B5BB
Text Example
Text Example
White with #99B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B5BB; }
p { color: rgb(153,181,187); }
H1.HeaderClassName
{
color: #99B5BB;
}
.AnyTagClassName
{
color: #99B5BB;
}
</style>
background-color css
<style>
a { background-color: #99B5BB; }
a { background-color: rgb(153,181,187); }
div.DivClassName
{
background-color: #99B5BB;
}
.BgClassName
{
background-color: #99B5BB;
}
</style>
border-color css
<style>
span { border-color: #99B5BB; }
span { border-color: rgb(153,181,187); }
td.TdClassName
{
border-color: #99B5BB;
}
.TagClassName
{
border-color: #99B5BB;
}
</style>