Shades of Botticelli #96B7B9
Tints of Botticelli #96B7B9
RGB
CMYK
RGB Variations
Color information
#96B7B9 (or 0x96B7B9) is known color: Botticelli. HEX triplet: 96, B7 and B9. RGB value is (150,183,185). Sum of RGB (Red+Green+Blue) = 150+183+185=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 185 - color contains mainly: blue. Hex color #96B7B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B7B9 is #694846. Grayscale: #ADADAD. Windows color (decimal): -6899783 or 12171158. OLE color: 12171158.
HSL color Cylindrical-coordinate representation of color #96B7B9: hue angle of 183.43º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96B7B9 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 150 | 183 | 185 | - |
CMYK | 0.19 | 0.01 | 0 | 0.27 |
HSL | 183.43º | 0.2% | 0.66% | - |
HSV(B) | 183.43º | 0.19% | 0.73% | - |
XYZ | 38.27 | 43.85 | 52.35 | - |
YUV | 173.36 | 134.57 | 111.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 183 | 185 | 0.19 | 0.01 | 0 | 0.27 | 183.43 | 0.2 | 0.66 |
Hex | 96 | B7 | B9 | 13 | 1 | 0 | 1B | B7 | 14 | 42 |
Octal | 226 | 267 | 271 | 23 | 1 | 0 | 33 | 267 | 24 | 102 |
Binary | 10010110 | 10110111 | 10111001 | 10011 | 1 | 0 | 11011 | 10110111 | 10100 | 1000010 |
Color Harmonies of #96B7B9
Complementary color
Monochromatic Colors of #96B7B9
Black with #96B7B9
Text Example
Text Example
White with #96B7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B7B9; }
p { color: rgb(150,183,185); }
H1.HeaderClassName
{
color: #96B7B9;
}
.AnyTagClassName
{
color: #96B7B9;
}
</style>
background-color css
<style>
a { background-color: #96B7B9; }
a { background-color: rgb(150,183,185); }
div.DivClassName
{
background-color: #96B7B9;
}
.BgClassName
{
background-color: #96B7B9;
}
</style>
border-color css
<style>
span { border-color: #96B7B9; }
span { border-color: rgb(150,183,185); }
td.TdClassName
{
border-color: #96B7B9;
}
.TagClassName
{
border-color: #96B7B9;
}
</style>