Shades of Botticelli #93ABAC
Tints of Botticelli #93ABAC
RGB
CMYK
RGB Variations
Color information
#93ABAC (or 0x93ABAC) is known color: Botticelli. HEX triplet: 93, AB and AC. RGB value is (147,171,172). Sum of RGB (Red+Green+Blue) = 147+171+172=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 172 - color contains mainly: blue. Hex color #93ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ABAC is #6C5453. Grayscale: #A3A3A3. Windows color (decimal): -7099476 or 11316115. OLE color: 11316115.
HSL color Cylindrical-coordinate representation of color #93ABAC: hue angle of 182.4º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93ABAC is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 171 | 172 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.33 |
| HSL | 182.4º | 0.13% | 0.63% | - |
| HSV(B) | 182.4º | 0.15% | 0.67% | - |
| XYZ | 34.04 | 38.31 | 44.63 | - |
| YUV | 163.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 172 | 0.15 | 0.01 | 0 | 0.33 | 182.4 | 0.13 | 0.63 |
| Hex | 93 | AB | AC | F | 1 | 0 | 21 | B6 | D | 3F |
| Octal | 223 | 253 | 254 | 17 | 1 | 0 | 41 | 266 | 15 | 77 |
| Binary | 10010011 | 10101011 | 10101100 | 1111 | 1 | 0 | 100001 | 10110110 | 1101 | 111111 |
Color Harmonies of #93ABAC
Complementary color
Monochromatic Colors of #93ABAC
Black with #93ABAC
Text Example
Text Example
White with #93ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ABAC; }
p { color: rgb(147,171,172); }
H1.HeaderClassName
{
color: #93ABAC;
}
.AnyTagClassName
{
color: #93ABAC;
}
</style>
background-color css
<style>
a { background-color: #93ABAC; }
a { background-color: rgb(147,171,172); }
div.DivClassName
{
background-color: #93ABAC;
}
.BgClassName
{
background-color: #93ABAC;
}
</style>
border-color css
<style>
span { border-color: #93ABAC; }
span { border-color: rgb(147,171,172); }
td.TdClassName
{
border-color: #93ABAC;
}
.TagClassName
{
border-color: #93ABAC;
}
</style>