Shades of Botticelli #93ADB6
Tints of Botticelli #93ADB6
RGB
CMYK
RGB Variations
Color information
#93ADB6 (or 0x93ADB6) is known color: Botticelli. HEX triplet: 93, AD and B6. RGB value is (147,173,182). Sum of RGB (Red+Green+Blue) = 147+173+182=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 182 - color contains mainly: blue. Hex color #93ADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADB6 is #6C5249. Grayscale: #A6A6A6. Windows color (decimal): -7098954 or 11971987. OLE color: 11971987.
HSL color Cylindrical-coordinate representation of color #93ADB6: hue angle of 195.43º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #93ADB6 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 173 | 182 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.29 |
| HSL | 195.43º | 0.19% | 0.65% | - |
| HSV(B) | 195.43º | 0.19% | 0.71% | - |
| XYZ | 35.42 | 39.47 | 50.01 | - |
| YUV | 166.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 182 | 0.19 | 0.05 | 0 | 0.29 | 195.43 | 0.19 | 0.65 |
| Hex | 93 | AD | B6 | 13 | 5 | 0 | 1D | C3 | 13 | 41 |
| Octal | 223 | 255 | 266 | 23 | 5 | 0 | 35 | 303 | 23 | 101 |
| Binary | 10010011 | 10101101 | 10110110 | 10011 | 101 | 0 | 11101 | 11000011 | 10011 | 1000001 |
Color Harmonies of #93ADB6
Complementary color
Monochromatic Colors of #93ADB6
Black with #93ADB6
Text Example
Text Example
White with #93ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADB6; }
p { color: rgb(147,173,182); }
H1.HeaderClassName
{
color: #93ADB6;
}
.AnyTagClassName
{
color: #93ADB6;
}
</style>
background-color css
<style>
a { background-color: #93ADB6; }
a { background-color: rgb(147,173,182); }
div.DivClassName
{
background-color: #93ADB6;
}
.BgClassName
{
background-color: #93ADB6;
}
</style>
border-color css
<style>
span { border-color: #93ADB6; }
span { border-color: rgb(147,173,182); }
td.TdClassName
{
border-color: #93ADB6;
}
.TagClassName
{
border-color: #93ADB6;
}
</style>