Shades of Botticelli #93ABAE
Tints of Botticelli #93ABAE
RGB
CMYK
RGB Variations
Color information
#93ABAE (or 0x93ABAE) is known color: Botticelli. HEX triplet: 93, AB and AE. RGB value is (147,171,174). Sum of RGB (Red+Green+Blue) = 147+171+174=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 174 - color contains mainly: blue. Hex color #93ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ABAE is #6C5451. Grayscale: #A4A4A4. Windows color (decimal): -7099474 or 11447187. OLE color: 11447187.
HSL color Cylindrical-coordinate representation of color #93ABAE: hue angle of 186.67º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93ABAE is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 171 | 174 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.32 |
| HSL | 186.67º | 0.14% | 0.63% | - |
| HSV(B) | 186.67º | 0.16% | 0.68% | - |
| XYZ | 34.24 | 38.38 | 45.65 | - |
| YUV | 164.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 174 | 0.16 | 0.02 | 0 | 0.32 | 186.67 | 0.14 | 0.63 |
| Hex | 93 | AB | AE | 10 | 2 | 0 | 20 | BB | E | 3F |
| Octal | 223 | 253 | 256 | 20 | 2 | 0 | 40 | 273 | 16 | 77 |
| Binary | 10010011 | 10101011 | 10101110 | 10000 | 10 | 0 | 100000 | 10111011 | 1110 | 111111 |
Color Harmonies of #93ABAE
Complementary color
Monochromatic Colors of #93ABAE
Black with #93ABAE
Text Example
Text Example
White with #93ABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ABAE; }
p { color: rgb(147,171,174); }
H1.HeaderClassName
{
color: #93ABAE;
}
.AnyTagClassName
{
color: #93ABAE;
}
</style>
background-color css
<style>
a { background-color: #93ABAE; }
a { background-color: rgb(147,171,174); }
div.DivClassName
{
background-color: #93ABAE;
}
.BgClassName
{
background-color: #93ABAE;
}
</style>
border-color css
<style>
span { border-color: #93ABAE; }
span { border-color: rgb(147,171,174); }
td.TdClassName
{
border-color: #93ABAE;
}
.TagClassName
{
border-color: #93ABAE;
}
</style>