Shades of Botticelli #96ADB5
Tints of Botticelli #96ADB5
RGB
CMYK
RGB Variations
Color information
#96ADB5 (or 0x96ADB5) is known color: Botticelli. HEX triplet: 96, AD and B5. RGB value is (150,173,181). Sum of RGB (Red+Green+Blue) = 150+173+181=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 181 - color contains mainly: blue. Hex color #96ADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADB5 is #69524A. Grayscale: #A6A6A6. Windows color (decimal): -6902347 or 11906454. OLE color: 11906454.
HSL color Cylindrical-coordinate representation of color #96ADB5: hue angle of 195.48º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96ADB5 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 173 | 181 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.29 |
| HSL | 195.48º | 0.17% | 0.65% | - |
| HSV(B) | 195.48º | 0.17% | 0.71% | - |
| XYZ | 35.86 | 39.71 | 49.49 | - |
| YUV | 167.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 181 | 0.17 | 0.04 | 0 | 0.29 | 195.48 | 0.17 | 0.65 |
| Hex | 96 | AD | B5 | 11 | 4 | 0 | 1D | C3 | 11 | 41 |
| Octal | 226 | 255 | 265 | 21 | 4 | 0 | 35 | 303 | 21 | 101 |
| Binary | 10010110 | 10101101 | 10110101 | 10001 | 100 | 0 | 11101 | 11000011 | 10001 | 1000001 |
Color Harmonies of #96ADB5
Complementary color
Monochromatic Colors of #96ADB5
Black with #96ADB5
Text Example
Text Example
White with #96ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ADB5; }
p { color: rgb(150,173,181); }
H1.HeaderClassName
{
color: #96ADB5;
}
.AnyTagClassName
{
color: #96ADB5;
}
</style>
background-color css
<style>
a { background-color: #96ADB5; }
a { background-color: rgb(150,173,181); }
div.DivClassName
{
background-color: #96ADB5;
}
.BgClassName
{
background-color: #96ADB5;
}
</style>
border-color css
<style>
span { border-color: #96ADB5; }
span { border-color: rgb(150,173,181); }
td.TdClassName
{
border-color: #96ADB5;
}
.TagClassName
{
border-color: #96ADB5;
}
</style>