Shades of Botticelli #96B9BF
Tints of Botticelli #96B9BF
RGB
CMYK
RGB Variations
Color information
#96B9BF (or 0x96B9BF) is known color: Botticelli. HEX triplet: 96, B9 and BF. RGB value is (150,185,191). Sum of RGB (Red+Green+Blue) = 150+185+191=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #96B9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B9BF is #694640. Grayscale: #AFAFAF. Windows color (decimal): -6899265 or 12564886. OLE color: 12564886.
HSL color Cylindrical-coordinate representation of color #96B9BF: hue angle of 188.78º 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 #96B9BF is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 185 | 191 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.25 |
| HSL | 188.78º | 0.24% | 0.67% | - |
| HSV(B) | 188.78º | 0.21% | 0.75% | - |
| XYZ | 39.33 | 44.94 | 55.89 | - |
| YUV | 175.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 185 | 191 | 0.21 | 0.03 | 0 | 0.25 | 188.78 | 0.24 | 0.67 |
| Hex | 96 | B9 | BF | 15 | 3 | 0 | 19 | BD | 18 | 43 |
| Octal | 226 | 271 | 277 | 25 | 3 | 0 | 31 | 275 | 30 | 103 |
| Binary | 10010110 | 10111001 | 10111111 | 10101 | 11 | 0 | 11001 | 10111101 | 11000 | 1000011 |
Color Harmonies of #96B9BF
Complementary color
Monochromatic Colors of #96B9BF
Black with #96B9BF
Text Example
Text Example
White with #96B9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B9BF; }
p { color: rgb(150,185,191); }
H1.HeaderClassName
{
color: #96B9BF;
}
.AnyTagClassName
{
color: #96B9BF;
}
</style>
background-color css
<style>
a { background-color: #96B9BF; }
a { background-color: rgb(150,185,191); }
div.DivClassName
{
background-color: #96B9BF;
}
.BgClassName
{
background-color: #96B9BF;
}
</style>
border-color css
<style>
span { border-color: #96B9BF; }
span { border-color: rgb(150,185,191); }
td.TdClassName
{
border-color: #96B9BF;
}
.TagClassName
{
border-color: #96B9BF;
}
</style>