Shades of Botticelli #96B4BD
Tints of Botticelli #96B4BD
RGB
CMYK
RGB Variations
Color information
#96B4BD (or 0x96B4BD) is known color: Botticelli. HEX triplet: 96, B4 and BD. RGB value is (150,180,189). Sum of RGB (Red+Green+Blue) = 150+180+189=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 189 - color contains mainly: blue. Hex color #96B4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B4BD is #694B42. Grayscale: #ABABAB. Windows color (decimal): -6900547 or 12432534. OLE color: 12432534.
HSL color Cylindrical-coordinate representation of color #96B4BD: hue angle of 193.85º 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 #96B4BD is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 180 | 189 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.26 |
| HSL | 193.85º | 0.23% | 0.66% | - |
| HSV(B) | 193.85º | 0.21% | 0.74% | - |
| XYZ | 38.08 | 42.8 | 54.4 | - |
| YUV | 172.06 | 137.56 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 180 | 189 | 0.21 | 0.05 | 0 | 0.26 | 193.85 | 0.23 | 0.66 |
| Hex | 96 | B4 | BD | 15 | 5 | 0 | 1A | C2 | 17 | 42 |
| Octal | 226 | 264 | 275 | 25 | 5 | 0 | 32 | 302 | 27 | 102 |
| Binary | 10010110 | 10110100 | 10111101 | 10101 | 101 | 0 | 11010 | 11000010 | 10111 | 1000010 |
Color Harmonies of #96B4BD
Complementary color
Monochromatic Colors of #96B4BD
Black with #96B4BD
Text Example
Text Example
White with #96B4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B4BD; }
p { color: rgb(150,180,189); }
H1.HeaderClassName
{
color: #96B4BD;
}
.AnyTagClassName
{
color: #96B4BD;
}
</style>
background-color css
<style>
a { background-color: #96B4BD; }
a { background-color: rgb(150,180,189); }
div.DivClassName
{
background-color: #96B4BD;
}
.BgClassName
{
background-color: #96B4BD;
}
</style>
border-color css
<style>
span { border-color: #96B4BD; }
span { border-color: rgb(150,180,189); }
td.TdClassName
{
border-color: #96B4BD;
}
.TagClassName
{
border-color: #96B4BD;
}
</style>