Shades of Botticelli #93ACB5
Tints of Botticelli #93ACB5
RGB
CMYK
RGB Variations
Color information
#93ACB5 (or 0x93ACB5) is known color: Botticelli. HEX triplet: 93, AC and B5. RGB value is (147,172,181). Sum of RGB (Red+Green+Blue) = 147+172+181=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 181 - color contains mainly: blue. Hex color #93ACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACB5 is #6C534A. Grayscale: #A5A5A5. Windows color (decimal): -7099211 or 11906195. OLE color: 11906195.
HSL color Cylindrical-coordinate representation of color #93ACB5: hue angle of 195.88º 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 #93ACB5 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 172 | 181 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.29 |
| HSL | 195.88º | 0.19% | 0.64% | - |
| HSV(B) | 195.88º | 0.19% | 0.71% | - |
| XYZ | 35.13 | 39.04 | 49.4 | - |
| YUV | 165.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 172 | 181 | 0.19 | 0.05 | 0 | 0.29 | 195.88 | 0.19 | 0.64 |
| Hex | 93 | AC | B5 | 13 | 5 | 0 | 1D | C4 | 13 | 40 |
| Octal | 223 | 254 | 265 | 23 | 5 | 0 | 35 | 304 | 23 | 100 |
| Binary | 10010011 | 10101100 | 10110101 | 10011 | 101 | 0 | 11101 | 11000100 | 10011 | 1000000 |
Color Harmonies of #93ACB5
Complementary color
Monochromatic Colors of #93ACB5
Black with #93ACB5
Text Example
Text Example
White with #93ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ACB5; }
p { color: rgb(147,172,181); }
H1.HeaderClassName
{
color: #93ACB5;
}
.AnyTagClassName
{
color: #93ACB5;
}
</style>
background-color css
<style>
a { background-color: #93ACB5; }
a { background-color: rgb(147,172,181); }
div.DivClassName
{
background-color: #93ACB5;
}
.BgClassName
{
background-color: #93ACB5;
}
</style>
border-color css
<style>
span { border-color: #93ACB5; }
span { border-color: rgb(147,172,181); }
td.TdClassName
{
border-color: #93ACB5;
}
.TagClassName
{
border-color: #93ACB5;
}
</style>