Shades of Botticelli #96B5BE
Tints of Botticelli #96B5BE
RGB
CMYK
RGB Variations
Color information
#96B5BE (or 0x96B5BE) is known color: Botticelli. HEX triplet: 96, B5 and BE. RGB value is (150,181,190). Sum of RGB (Red+Green+Blue) = 150+181+190=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #96B5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B5BE is #694A41. Grayscale: #ACACAC. Windows color (decimal): -6900290 or 12498326. OLE color: 12498326.
HSL color Cylindrical-coordinate representation of color #96B5BE: hue angle of 193.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96B5BE is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 150 | 181 | 190 | - |
CMYK | 0.21 | 0.05 | 0 | 0.25 |
HSL | 193.5º | 0.24% | 0.67% | - |
HSV(B) | 193.5º | 0.21% | 0.75% | - |
XYZ | 38.4 | 43.25 | 55.04 | - |
YUV | 172.76 | 137.73 | 111.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 181 | 190 | 0.21 | 0.05 | 0 | 0.25 | 193.5 | 0.24 | 0.67 |
Hex | 96 | B5 | BE | 15 | 5 | 0 | 19 | C2 | 18 | 43 |
Octal | 226 | 265 | 276 | 25 | 5 | 0 | 31 | 302 | 30 | 103 |
Binary | 10010110 | 10110101 | 10111110 | 10101 | 101 | 0 | 11001 | 11000010 | 11000 | 1000011 |
Color Harmonies of #96B5BE
Complementary color
Monochromatic Colors of #96B5BE
Black with #96B5BE
Text Example
Text Example
White with #96B5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B5BE; }
p { color: rgb(150,181,190); }
H1.HeaderClassName
{
color: #96B5BE;
}
.AnyTagClassName
{
color: #96B5BE;
}
</style>
background-color css
<style>
a { background-color: #96B5BE; }
a { background-color: rgb(150,181,190); }
div.DivClassName
{
background-color: #96B5BE;
}
.BgClassName
{
background-color: #96B5BE;
}
</style>
border-color css
<style>
span { border-color: #96B5BE; }
span { border-color: rgb(150,181,190); }
td.TdClassName
{
border-color: #96B5BE;
}
.TagClassName
{
border-color: #96B5BE;
}
</style>