Shades of Botticelli #96B3B9
Tints of Botticelli #96B3B9
RGB
CMYK
RGB Variations
Color information
#96B3B9 (or 0x96B3B9) is known color: Botticelli. HEX triplet: 96, B3 and B9. RGB value is (150,179,185). Sum of RGB (Red+Green+Blue) = 150+179+185=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 185 - color contains mainly: blue. Hex color #96B3B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B3B9 is #694C46. Grayscale: #AAAAAA. Windows color (decimal): -6900807 or 12170134. OLE color: 12170134.
HSL color Cylindrical-coordinate representation of color #96B3B9: hue angle of 190.29º degrees, saturation: 0.2, 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 #96B3B9 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 179 | 185 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.27 |
| HSL | 190.29º | 0.2% | 0.66% | - |
| HSV(B) | 190.29º | 0.19% | 0.73% | - |
| XYZ | 37.45 | 42.23 | 52.08 | - |
| YUV | 171.01 | 135.89 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 179 | 185 | 0.19 | 0.03 | 0 | 0.27 | 190.29 | 0.2 | 0.66 |
| Hex | 96 | B3 | B9 | 13 | 3 | 0 | 1B | BE | 14 | 42 |
| Octal | 226 | 263 | 271 | 23 | 3 | 0 | 33 | 276 | 24 | 102 |
| Binary | 10010110 | 10110011 | 10111001 | 10011 | 11 | 0 | 11011 | 10111110 | 10100 | 1000010 |
Color Harmonies of #96B3B9
Complementary color
Monochromatic Colors of #96B3B9
Black with #96B3B9
Text Example
Text Example
White with #96B3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B3B9; }
p { color: rgb(150,179,185); }
H1.HeaderClassName
{
color: #96B3B9;
}
.AnyTagClassName
{
color: #96B3B9;
}
</style>
background-color css
<style>
a { background-color: #96B3B9; }
a { background-color: rgb(150,179,185); }
div.DivClassName
{
background-color: #96B3B9;
}
.BgClassName
{
background-color: #96B3B9;
}
</style>
border-color css
<style>
span { border-color: #96B3B9; }
span { border-color: rgb(150,179,185); }
td.TdClassName
{
border-color: #96B3B9;
}
.TagClassName
{
border-color: #96B3B9;
}
</style>