Shades of Botticelli #96B2BB
Tints of Botticelli #96B2BB
RGB
CMYK
RGB Variations
Color information
#96B2BB (or 0x96B2BB) is known color: Botticelli. HEX triplet: 96, B2 and BB. RGB value is (150,178,187). Sum of RGB (Red+Green+Blue) = 150+178+187=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #96B2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B2BB is #694D44. Grayscale: #AAAAAA. Windows color (decimal): -6901061 or 12300950. OLE color: 12300950.
HSL color Cylindrical-coordinate representation of color #96B2BB: hue angle of 194.59º 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 #96B2BB is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 178 | 187 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.27 |
| HSL | 194.59º | 0.21% | 0.66% | - |
| HSV(B) | 194.59º | 0.2% | 0.73% | - |
| XYZ | 37.47 | 41.91 | 53.13 | - |
| YUV | 170.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 178 | 187 | 0.20 | 0.05 | 0 | 0.27 | 194.59 | 0.21 | 0.66 |
| Hex | 96 | B2 | BB | 14 | 5 | 0 | 1B | C3 | 15 | 42 |
| Octal | 226 | 262 | 273 | 24 | 5 | 0 | 33 | 303 | 25 | 102 |
| Binary | 10010110 | 10110010 | 10111011 | 10100 | 101 | 0 | 11011 | 11000011 | 10101 | 1000010 |
Color Harmonies of #96B2BB
Complementary color
Monochromatic Colors of #96B2BB
Black with #96B2BB
Text Example
Text Example
White with #96B2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B2BB; }
p { color: rgb(150,178,187); }
H1.HeaderClassName
{
color: #96B2BB;
}
.AnyTagClassName
{
color: #96B2BB;
}
</style>
background-color css
<style>
a { background-color: #96B2BB; }
a { background-color: rgb(150,178,187); }
div.DivClassName
{
background-color: #96B2BB;
}
.BgClassName
{
background-color: #96B2BB;
}
</style>
border-color css
<style>
span { border-color: #96B2BB; }
span { border-color: rgb(150,178,187); }
td.TdClassName
{
border-color: #96B2BB;
}
.TagClassName
{
border-color: #96B2BB;
}
</style>