Shades of Botticelli #96BCBE
Tints of Botticelli #96BCBE
RGB
CMYK
RGB Variations
Color information
#96BCBE (or 0x96BCBE) is known color: Botticelli. HEX triplet: 96, BC and BE. RGB value is (150,188,190). Sum of RGB (Red+Green+Blue) = 150+188+190=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #96BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCBE is #694341. Grayscale: #B0B0B0. Windows color (decimal): -6898498 or 12500118. OLE color: 12500118.
HSL color Cylindrical-coordinate representation of color #96BCBE: hue angle of 183º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BCBE is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 188 | 190 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.25 |
| HSL | 183º | 0.24% | 0.67% | - |
| HSV(B) | 183º | 0.21% | 0.75% | - |
| XYZ | 39.86 | 46.17 | 55.53 | - |
| YUV | 176.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 190 | 0.21 | 0.01 | 0 | 0.25 | 183 | 0.24 | 0.67 |
| Hex | 96 | BC | BE | 15 | 1 | 0 | 19 | B7 | 18 | 43 |
| Octal | 226 | 274 | 276 | 25 | 1 | 0 | 31 | 267 | 30 | 103 |
| Binary | 10010110 | 10111100 | 10111110 | 10101 | 1 | 0 | 11001 | 10110111 | 11000 | 1000011 |
Color Harmonies of #96BCBE
Complementary color
Monochromatic Colors of #96BCBE
Black with #96BCBE
Text Example
Text Example
White with #96BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BCBE; }
p { color: rgb(150,188,190); }
H1.HeaderClassName
{
color: #96BCBE;
}
.AnyTagClassName
{
color: #96BCBE;
}
</style>
background-color css
<style>
a { background-color: #96BCBE; }
a { background-color: rgb(150,188,190); }
div.DivClassName
{
background-color: #96BCBE;
}
.BgClassName
{
background-color: #96BCBE;
}
</style>
border-color css
<style>
span { border-color: #96BCBE; }
span { border-color: rgb(150,188,190); }
td.TdClassName
{
border-color: #96BCBE;
}
.TagClassName
{
border-color: #96BCBE;
}
</style>