Shades of Botticelli #96BBBC
Tints of Botticelli #96BBBC
RGB
CMYK
RGB Variations
Color information
#96BBBC (or 0x96BBBC) is known color: Botticelli. HEX triplet: 96, BB and BC. RGB value is (150,187,188). Sum of RGB (Red+Green+Blue) = 150+187+188=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #96BBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBBC is #694443. Grayscale: #B0B0B0. Windows color (decimal): -6898756 or 12368790. OLE color: 12368790.
HSL color Cylindrical-coordinate representation of color #96BBBC: hue angle of 181.58º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96BBBC is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 187 | 188 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.26 |
| HSL | 181.58º | 0.22% | 0.66% | - |
| HSV(B) | 181.58º | 0.2% | 0.74% | - |
| XYZ | 39.43 | 45.66 | 54.31 | - |
| YUV | 176.05 | 134.74 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 188 | 0.20 | 0.01 | 0 | 0.26 | 181.58 | 0.22 | 0.66 |
| Hex | 96 | BB | BC | 14 | 1 | 0 | 1A | B6 | 16 | 42 |
| Octal | 226 | 273 | 274 | 24 | 1 | 0 | 32 | 266 | 26 | 102 |
| Binary | 10010110 | 10111011 | 10111100 | 10100 | 1 | 0 | 11010 | 10110110 | 10110 | 1000010 |
Color Harmonies of #96BBBC
Complementary color
Monochromatic Colors of #96BBBC
Black with #96BBBC
Text Example
Text Example
White with #96BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BBBC; }
p { color: rgb(150,187,188); }
H1.HeaderClassName
{
color: #96BBBC;
}
.AnyTagClassName
{
color: #96BBBC;
}
</style>
background-color css
<style>
a { background-color: #96BBBC; }
a { background-color: rgb(150,187,188); }
div.DivClassName
{
background-color: #96BBBC;
}
.BgClassName
{
background-color: #96BBBC;
}
</style>
border-color css
<style>
span { border-color: #96BBBC; }
span { border-color: rgb(150,187,188); }
td.TdClassName
{
border-color: #96BBBC;
}
.TagClassName
{
border-color: #96BBBC;
}
</style>