Shades of Botticelli #96BBBD
Tints of Botticelli #96BBBD
RGB
CMYK
RGB Variations
Color information
#96BBBD (or 0x96BBBD) is known color: Botticelli. HEX triplet: 96, BB and BD. RGB value is (150,187,189). Sum of RGB (Red+Green+Blue) = 150+187+189=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 189 - color contains mainly: blue. Hex color #96BBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBBD is #694442. Grayscale: #B0B0B0. Windows color (decimal): -6898755 or 12434326. OLE color: 12434326.
HSL color Cylindrical-coordinate representation of color #96BBBD: hue angle of 183.08º 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 #96BBBD is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 187 | 189 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.26 |
| HSL | 183.08º | 0.23% | 0.66% | - |
| HSV(B) | 183.08º | 0.21% | 0.74% | - |
| XYZ | 39.53 | 45.7 | 54.88 | - |
| YUV | 176.17 | 135.24 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 189 | 0.21 | 0.01 | 0 | 0.26 | 183.08 | 0.23 | 0.66 |
| Hex | 96 | BB | BD | 15 | 1 | 0 | 1A | B7 | 17 | 42 |
| Octal | 226 | 273 | 275 | 25 | 1 | 0 | 32 | 267 | 27 | 102 |
| Binary | 10010110 | 10111011 | 10111101 | 10101 | 1 | 0 | 11010 | 10110111 | 10111 | 1000010 |
Color Harmonies of #96BBBD
Complementary color
Monochromatic Colors of #96BBBD
Black with #96BBBD
Text Example
Text Example
White with #96BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BBBD; }
p { color: rgb(150,187,189); }
H1.HeaderClassName
{
color: #96BBBD;
}
.AnyTagClassName
{
color: #96BBBD;
}
</style>
background-color css
<style>
a { background-color: #96BBBD; }
a { background-color: rgb(150,187,189); }
div.DivClassName
{
background-color: #96BBBD;
}
.BgClassName
{
background-color: #96BBBD;
}
</style>
border-color css
<style>
span { border-color: #96BBBD; }
span { border-color: rgb(150,187,189); }
td.TdClassName
{
border-color: #96BBBD;
}
.TagClassName
{
border-color: #96BBBD;
}
</style>