Shades of Botticelli #96B7BD
Tints of Botticelli #96B7BD
RGB
CMYK
RGB Variations
Color information
#96B7BD (or 0x96B7BD) is known color: Botticelli. HEX triplet: 96, B7 and BD. RGB value is (150,183,189). Sum of RGB (Red+Green+Blue) = 150+183+189=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #96B7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B7BD is #694842. Grayscale: #ADADAD. Windows color (decimal): -6899779 or 12433302. OLE color: 12433302.
HSL color Cylindrical-coordinate representation of color #96B7BD: hue angle of 189.23º 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 #96B7BD is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 183 | 189 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.26 |
| HSL | 189.23º | 0.23% | 0.66% | - |
| HSV(B) | 189.23º | 0.21% | 0.74% | - |
| XYZ | 38.7 | 44.03 | 54.6 | - |
| YUV | 173.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 183 | 189 | 0.21 | 0.03 | 0 | 0.26 | 189.23 | 0.23 | 0.66 |
| Hex | 96 | B7 | BD | 15 | 3 | 0 | 1A | BD | 17 | 42 |
| Octal | 226 | 267 | 275 | 25 | 3 | 0 | 32 | 275 | 27 | 102 |
| Binary | 10010110 | 10110111 | 10111101 | 10101 | 11 | 0 | 11010 | 10111101 | 10111 | 1000010 |
Color Harmonies of #96B7BD
Complementary color
Monochromatic Colors of #96B7BD
Black with #96B7BD
Text Example
Text Example
White with #96B7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B7BD; }
p { color: rgb(150,183,189); }
H1.HeaderClassName
{
color: #96B7BD;
}
.AnyTagClassName
{
color: #96B7BD;
}
</style>
background-color css
<style>
a { background-color: #96B7BD; }
a { background-color: rgb(150,183,189); }
div.DivClassName
{
background-color: #96B7BD;
}
.BgClassName
{
background-color: #96B7BD;
}
</style>
border-color css
<style>
span { border-color: #96B7BD; }
span { border-color: rgb(150,183,189); }
td.TdClassName
{
border-color: #96B7BD;
}
.TagClassName
{
border-color: #96B7BD;
}
</style>