Shades of Botticelli #96B7BA
Tints of Botticelli #96B7BA
RGB
CMYK
RGB Variations
Color information
#96B7BA (or 0x96B7BA) is known color: Botticelli. HEX triplet: 96, B7 and BA. RGB value is (150,183,186). Sum of RGB (Red+Green+Blue) = 150+183+186=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #96B7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B7BA is #694845. Grayscale: #ADADAD. Windows color (decimal): -6899782 or 12236694. OLE color: 12236694.
HSL color Cylindrical-coordinate representation of color #96B7BA: hue angle of 185º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96B7BA is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 183 | 186 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.27 |
| HSL | 185º | 0.21% | 0.66% | - |
| HSV(B) | 185º | 0.19% | 0.73% | - |
| XYZ | 38.37 | 43.9 | 52.9 | - |
| YUV | 173.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 183 | 186 | 0.19 | 0.02 | 0 | 0.27 | 185 | 0.21 | 0.66 |
| Hex | 96 | B7 | BA | 13 | 2 | 0 | 1B | B9 | 15 | 42 |
| Octal | 226 | 267 | 272 | 23 | 2 | 0 | 33 | 271 | 25 | 102 |
| Binary | 10010110 | 10110111 | 10111010 | 10011 | 10 | 0 | 11011 | 10111001 | 10101 | 1000010 |
Color Harmonies of #96B7BA
Complementary color
Monochromatic Colors of #96B7BA
Black with #96B7BA
Text Example
Text Example
White with #96B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B7BA; }
p { color: rgb(150,183,186); }
H1.HeaderClassName
{
color: #96B7BA;
}
.AnyTagClassName
{
color: #96B7BA;
}
</style>
background-color css
<style>
a { background-color: #96B7BA; }
a { background-color: rgb(150,183,186); }
div.DivClassName
{
background-color: #96B7BA;
}
.BgClassName
{
background-color: #96B7BA;
}
</style>
border-color css
<style>
span { border-color: #96B7BA; }
span { border-color: rgb(150,183,186); }
td.TdClassName
{
border-color: #96B7BA;
}
.TagClassName
{
border-color: #96B7BA;
}
</style>