Shades of Botticelli #96ADB7
Tints of Botticelli #96ADB7
RGB
CMYK
RGB Variations
Color information
#96ADB7 (or 0x96ADB7) is known color: Botticelli. HEX triplet: 96, AD and B7. RGB value is (150,173,183). Sum of RGB (Red+Green+Blue) = 150+173+183=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 183 - color contains mainly: blue. Hex color #96ADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADB7 is #695248. Grayscale: #A7A7A7. Windows color (decimal): -6902345 or 12037526. OLE color: 12037526.
HSL color Cylindrical-coordinate representation of color #96ADB7: hue angle of 198.18º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96ADB7 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 173 | 183 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.28 |
| HSL | 198.18º | 0.19% | 0.65% | - |
| HSV(B) | 198.18º | 0.18% | 0.72% | - |
| XYZ | 36.07 | 39.79 | 50.58 | - |
| YUV | 167.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 183 | 0.18 | 0.05 | 0 | 0.28 | 198.18 | 0.19 | 0.65 |
| Hex | 96 | AD | B7 | 12 | 5 | 0 | 1C | C6 | 13 | 41 |
| Octal | 226 | 255 | 267 | 22 | 5 | 0 | 34 | 306 | 23 | 101 |
| Binary | 10010110 | 10101101 | 10110111 | 10010 | 101 | 0 | 11100 | 11000110 | 10011 | 1000001 |
Color Harmonies of #96ADB7
Complementary color
Monochromatic Colors of #96ADB7
Black with #96ADB7
Text Example
Text Example
White with #96ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ADB7; }
p { color: rgb(150,173,183); }
H1.HeaderClassName
{
color: #96ADB7;
}
.AnyTagClassName
{
color: #96ADB7;
}
</style>
background-color css
<style>
a { background-color: #96ADB7; }
a { background-color: rgb(150,173,183); }
div.DivClassName
{
background-color: #96ADB7;
}
.BgClassName
{
background-color: #96ADB7;
}
</style>
border-color css
<style>
span { border-color: #96ADB7; }
span { border-color: rgb(150,173,183); }
td.TdClassName
{
border-color: #96ADB7;
}
.TagClassName
{
border-color: #96ADB7;
}
</style>