Shades of Botticelli #96B3B6
Tints of Botticelli #96B3B6
RGB
CMYK
RGB Variations
Color information
#96B3B6 (or 0x96B3B6) is known color: Botticelli. HEX triplet: 96, B3 and B6. RGB value is (150,179,182). Sum of RGB (Red+Green+Blue) = 150+179+182=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 182 - color contains mainly: blue. Hex color #96B3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B3B6 is #694C49. Grayscale: #AAAAAA. Windows color (decimal): -6900810 or 11973526. OLE color: 11973526.
HSL color Cylindrical-coordinate representation of color #96B3B6: hue angle of 185.62º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96B3B6 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 179 | 182 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.29 |
| HSL | 185.63º | 0.18% | 0.65% | - |
| HSV(B) | 185.63º | 0.18% | 0.71% | - |
| XYZ | 37.14 | 42.1 | 50.42 | - |
| YUV | 170.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 179 | 182 | 0.18 | 0.02 | 0 | 0.29 | 185.63 | 0.18 | 0.65 |
| Hex | 96 | B3 | B6 | 12 | 2 | 0 | 1D | BA | 12 | 41 |
| Octal | 226 | 263 | 266 | 22 | 2 | 0 | 35 | 272 | 22 | 101 |
| Binary | 10010110 | 10110011 | 10110110 | 10010 | 10 | 0 | 11101 | 10111010 | 10010 | 1000001 |
Color Harmonies of #96B3B6
Complementary color
Monochromatic Colors of #96B3B6
Black with #96B3B6
Text Example
Text Example
White with #96B3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B3B6; }
p { color: rgb(150,179,182); }
H1.HeaderClassName
{
color: #96B3B6;
}
.AnyTagClassName
{
color: #96B3B6;
}
</style>
background-color css
<style>
a { background-color: #96B3B6; }
a { background-color: rgb(150,179,182); }
div.DivClassName
{
background-color: #96B3B6;
}
.BgClassName
{
background-color: #96B3B6;
}
</style>
border-color css
<style>
span { border-color: #96B3B6; }
span { border-color: rgb(150,179,182); }
td.TdClassName
{
border-color: #96B3B6;
}
.TagClassName
{
border-color: #96B3B6;
}
</style>