Shades of Botticelli #96B5BD
Tints of Botticelli #96B5BD
RGB
CMYK
RGB Variations
Color information
#96B5BD (or 0x96B5BD) is known color: Botticelli. HEX triplet: 96, B5 and BD. RGB value is (150,181,189). Sum of RGB (Red+Green+Blue) = 150+181+189=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #96B5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B5BD is #694A42. Grayscale: #ACACAC. Windows color (decimal): -6900291 or 12432790. OLE color: 12432790.
HSL color Cylindrical-coordinate representation of color #96B5BD: hue angle of 192.31º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96B5BD is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 181 | 189 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.26 |
| HSL | 192.31º | 0.23% | 0.66% | - |
| HSV(B) | 192.31º | 0.21% | 0.74% | - |
| XYZ | 38.29 | 43.21 | 54.47 | - |
| YUV | 172.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 181 | 189 | 0.21 | 0.04 | 0 | 0.26 | 192.31 | 0.23 | 0.66 |
| Hex | 96 | B5 | BD | 15 | 4 | 0 | 1A | C0 | 17 | 42 |
| Octal | 226 | 265 | 275 | 25 | 4 | 0 | 32 | 300 | 27 | 102 |
| Binary | 10010110 | 10110101 | 10111101 | 10101 | 100 | 0 | 11010 | 11000000 | 10111 | 1000010 |
Color Harmonies of #96B5BD
Complementary color
Monochromatic Colors of #96B5BD
Black with #96B5BD
Text Example
Text Example
White with #96B5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B5BD; }
p { color: rgb(150,181,189); }
H1.HeaderClassName
{
color: #96B5BD;
}
.AnyTagClassName
{
color: #96B5BD;
}
</style>
background-color css
<style>
a { background-color: #96B5BD; }
a { background-color: rgb(150,181,189); }
div.DivClassName
{
background-color: #96B5BD;
}
.BgClassName
{
background-color: #96B5BD;
}
</style>
border-color css
<style>
span { border-color: #96B5BD; }
span { border-color: rgb(150,181,189); }
td.TdClassName
{
border-color: #96B5BD;
}
.TagClassName
{
border-color: #96B5BD;
}
</style>