Shades of Botticelli #93ADB5
Tints of Botticelli #93ADB5
RGB
CMYK
RGB Variations
Color information
#93ADB5 (or 0x93ADB5) is known color: Botticelli. HEX triplet: 93, AD and B5. RGB value is (147,173,181). Sum of RGB (Red+Green+Blue) = 147+173+181=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 181 - color contains mainly: blue. Hex color #93ADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADB5 is #6C524A. Grayscale: #A6A6A6. Windows color (decimal): -7098955 or 11906451. OLE color: 11906451.
HSL color Cylindrical-coordinate representation of color #93ADB5: hue angle of 194.12º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #93ADB5 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 173 | 181 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.29 |
| HSL | 194.12º | 0.19% | 0.64% | - |
| HSV(B) | 194.12º | 0.19% | 0.71% | - |
| XYZ | 35.32 | 39.43 | 49.46 | - |
| YUV | 166.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 181 | 0.19 | 0.04 | 0 | 0.29 | 194.12 | 0.19 | 0.64 |
| Hex | 93 | AD | B5 | 13 | 4 | 0 | 1D | C2 | 13 | 40 |
| Octal | 223 | 255 | 265 | 23 | 4 | 0 | 35 | 302 | 23 | 100 |
| Binary | 10010011 | 10101101 | 10110101 | 10011 | 100 | 0 | 11101 | 11000010 | 10011 | 1000000 |
Color Harmonies of #93ADB5
Complementary color
Monochromatic Colors of #93ADB5
Black with #93ADB5
Text Example
Text Example
White with #93ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADB5; }
p { color: rgb(147,173,181); }
H1.HeaderClassName
{
color: #93ADB5;
}
.AnyTagClassName
{
color: #93ADB5;
}
</style>
background-color css
<style>
a { background-color: #93ADB5; }
a { background-color: rgb(147,173,181); }
div.DivClassName
{
background-color: #93ADB5;
}
.BgClassName
{
background-color: #93ADB5;
}
</style>
border-color css
<style>
span { border-color: #93ADB5; }
span { border-color: rgb(147,173,181); }
td.TdClassName
{
border-color: #93ADB5;
}
.TagClassName
{
border-color: #93ADB5;
}
</style>