Shades of Botticelli #96ACB0
Tints of Botticelli #96ACB0
RGB
CMYK
RGB Variations
Color information
#96ACB0 (or 0x96ACB0) is known color: Botticelli. HEX triplet: 96, AC and B0. RGB value is (150,172,176). Sum of RGB (Red+Green+Blue) = 150+172+176=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 176 - color contains mainly: blue. Hex color #96ACB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ACB0 is #69534F. Grayscale: #A5A5A5. Windows color (decimal): -6902608 or 11578518. OLE color: 11578518.
HSL color Cylindrical-coordinate representation of color #96ACB0: hue angle of 189.23º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96ACB0 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 172 | 176 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.31 |
| HSL | 189.23º | 0.14% | 0.64% | - |
| HSV(B) | 189.23º | 0.15% | 0.69% | - |
| XYZ | 35.17 | 39.12 | 46.77 | - |
| YUV | 165.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 172 | 176 | 0.15 | 0.02 | 0 | 0.31 | 189.23 | 0.14 | 0.64 |
| Hex | 96 | AC | B0 | F | 2 | 0 | 1F | BD | E | 40 |
| Octal | 226 | 254 | 260 | 17 | 2 | 0 | 37 | 275 | 16 | 100 |
| Binary | 10010110 | 10101100 | 10110000 | 1111 | 10 | 0 | 11111 | 10111101 | 1110 | 1000000 |
Color Harmonies of #96ACB0
Complementary color
Monochromatic Colors of #96ACB0
Black with #96ACB0
Text Example
Text Example
White with #96ACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ACB0; }
p { color: rgb(150,172,176); }
H1.HeaderClassName
{
color: #96ACB0;
}
.AnyTagClassName
{
color: #96ACB0;
}
</style>
background-color css
<style>
a { background-color: #96ACB0; }
a { background-color: rgb(150,172,176); }
div.DivClassName
{
background-color: #96ACB0;
}
.BgClassName
{
background-color: #96ACB0;
}
</style>
border-color css
<style>
span { border-color: #96ACB0; }
span { border-color: rgb(150,172,176); }
td.TdClassName
{
border-color: #96ACB0;
}
.TagClassName
{
border-color: #96ACB0;
}
</style>