Shades of Botticelli #96B3BB
Tints of Botticelli #96B3BB
RGB
CMYK
RGB Variations
Color information
#96B3BB (or 0x96B3BB) is known color: Botticelli. HEX triplet: 96, B3 and BB. RGB value is (150,179,187). Sum of RGB (Red+Green+Blue) = 150+179+187=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #96B3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B3BB is #694C44. Grayscale: #ABABAB. Windows color (decimal): -6900805 or 12301206. OLE color: 12301206.
HSL color Cylindrical-coordinate representation of color #96B3BB: hue angle of 192.97º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96B3BB is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 179 | 187 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.27 |
| HSL | 192.97º | 0.21% | 0.66% | - |
| HSV(B) | 192.97º | 0.2% | 0.73% | - |
| XYZ | 37.67 | 42.31 | 53.2 | - |
| YUV | 171.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 179 | 187 | 0.20 | 0.04 | 0 | 0.27 | 192.97 | 0.21 | 0.66 |
| Hex | 96 | B3 | BB | 14 | 4 | 0 | 1B | C1 | 15 | 42 |
| Octal | 226 | 263 | 273 | 24 | 4 | 0 | 33 | 301 | 25 | 102 |
| Binary | 10010110 | 10110011 | 10111011 | 10100 | 100 | 0 | 11011 | 11000001 | 10101 | 1000010 |
Color Harmonies of #96B3BB
Complementary color
Monochromatic Colors of #96B3BB
Black with #96B3BB
Text Example
Text Example
White with #96B3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B3BB; }
p { color: rgb(150,179,187); }
H1.HeaderClassName
{
color: #96B3BB;
}
.AnyTagClassName
{
color: #96B3BB;
}
</style>
background-color css
<style>
a { background-color: #96B3BB; }
a { background-color: rgb(150,179,187); }
div.DivClassName
{
background-color: #96B3BB;
}
.BgClassName
{
background-color: #96B3BB;
}
</style>
border-color css
<style>
span { border-color: #96B3BB; }
span { border-color: rgb(150,179,187); }
td.TdClassName
{
border-color: #96B3BB;
}
.TagClassName
{
border-color: #96B3BB;
}
</style>