Shades of Botticelli #96BCC5
Tints of Botticelli #96BCC5
RGB
CMYK
RGB Variations
Color information
#96BCC5 (or 0x96BCC5) is known color: Botticelli. HEX triplet: 96, BC and C5. RGB value is (150,188,197). Sum of RGB (Red+Green+Blue) = 150+188+197=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 197 - color contains mainly: blue. Hex color #96BCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCC5 is #69433A. Grayscale: #B1B1B1. Windows color (decimal): -6898491 or 12958870. OLE color: 12958870.
HSL color Cylindrical-coordinate representation of color #96BCC5: hue angle of 191.49º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96BCC5 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 188 | 197 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.23 |
| HSL | 191.49º | 0.29% | 0.68% | - |
| HSV(B) | 191.49º | 0.24% | 0.77% | - |
| XYZ | 40.64 | 46.48 | 59.65 | - |
| YUV | 177.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 197 | 0.24 | 0.05 | 0 | 0.23 | 191.49 | 0.29 | 0.68 |
| Hex | 96 | BC | C5 | 18 | 5 | 0 | 17 | BF | 1D | 44 |
| Octal | 226 | 274 | 305 | 30 | 5 | 0 | 27 | 277 | 35 | 104 |
| Binary | 10010110 | 10111100 | 11000101 | 11000 | 101 | 0 | 10111 | 10111111 | 11101 | 1000100 |
Color Harmonies of #96BCC5
Complementary color
Monochromatic Colors of #96BCC5
Black with #96BCC5
Text Example
Text Example
White with #96BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BCC5; }
p { color: rgb(150,188,197); }
H1.HeaderClassName
{
color: #96BCC5;
}
.AnyTagClassName
{
color: #96BCC5;
}
</style>
background-color css
<style>
a { background-color: #96BCC5; }
a { background-color: rgb(150,188,197); }
div.DivClassName
{
background-color: #96BCC5;
}
.BgClassName
{
background-color: #96BCC5;
}
</style>
border-color css
<style>
span { border-color: #96BCC5; }
span { border-color: rgb(150,188,197); }
td.TdClassName
{
border-color: #96BCC5;
}
.TagClassName
{
border-color: #96BCC5;
}
</style>