Shades of Botticelli #96BDC5
Tints of Botticelli #96BDC5
RGB
CMYK
RGB Variations
Color information
#96BDC5 (or 0x96BDC5) is known color: Botticelli. HEX triplet: 96, BD and C5. RGB value is (150,189,197). Sum of RGB (Red+Green+Blue) = 150+189+197=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 197 - color contains mainly: blue. Hex color #96BDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDC5 is #69423A. Grayscale: #B2B2B2. Windows color (decimal): -6898235 or 12959126. OLE color: 12959126.
HSL color Cylindrical-coordinate representation of color #96BDC5: hue angle of 190.21º 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 #96BDC5 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 189 | 197 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.23 |
| HSL | 190.21º | 0.29% | 0.68% | - |
| HSV(B) | 190.21º | 0.24% | 0.77% | - |
| XYZ | 40.85 | 46.91 | 59.72 | - |
| YUV | 178.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 197 | 0.24 | 0.04 | 0 | 0.23 | 190.21 | 0.29 | 0.68 |
| Hex | 96 | BD | C5 | 18 | 4 | 0 | 17 | BE | 1D | 44 |
| Octal | 226 | 275 | 305 | 30 | 4 | 0 | 27 | 276 | 35 | 104 |
| Binary | 10010110 | 10111101 | 11000101 | 11000 | 100 | 0 | 10111 | 10111110 | 11101 | 1000100 |
Color Harmonies of #96BDC5
Complementary color
Monochromatic Colors of #96BDC5
Black with #96BDC5
Text Example
Text Example
White with #96BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BDC5; }
p { color: rgb(150,189,197); }
H1.HeaderClassName
{
color: #96BDC5;
}
.AnyTagClassName
{
color: #96BDC5;
}
</style>
background-color css
<style>
a { background-color: #96BDC5; }
a { background-color: rgb(150,189,197); }
div.DivClassName
{
background-color: #96BDC5;
}
.BgClassName
{
background-color: #96BDC5;
}
</style>
border-color css
<style>
span { border-color: #96BDC5; }
span { border-color: rgb(150,189,197); }
td.TdClassName
{
border-color: #96BDC5;
}
.TagClassName
{
border-color: #96BDC5;
}
</style>