Shades of Botticelli #93AAAE
Tints of Botticelli #93AAAE
RGB
CMYK
RGB Variations
Color information
#93AAAE (or 0x93AAAE) is known color: Botticelli. HEX triplet: 93, AA and AE. RGB value is (147,170,174). Sum of RGB (Red+Green+Blue) = 147+170+174=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 174 - color contains mainly: blue. Hex color #93AAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AAAE is #6C5551. Grayscale: #A3A3A3. Windows color (decimal): -7099730 or 11446931. OLE color: 11446931.
HSL color Cylindrical-coordinate representation of color #93AAAE: hue angle of 188.89º 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 #93AAAE is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 170 | 174 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.32 |
| HSL | 188.89º | 0.14% | 0.63% | - |
| HSV(B) | 188.89º | 0.16% | 0.68% | - |
| XYZ | 34.05 | 38.01 | 45.59 | - |
| YUV | 163.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 174 | 0.16 | 0.02 | 0 | 0.32 | 188.89 | 0.14 | 0.63 |
| Hex | 93 | AA | AE | 10 | 2 | 0 | 20 | BD | E | 3F |
| Octal | 223 | 252 | 256 | 20 | 2 | 0 | 40 | 275 | 16 | 77 |
| Binary | 10010011 | 10101010 | 10101110 | 10000 | 10 | 0 | 100000 | 10111101 | 1110 | 111111 |
Color Harmonies of #93AAAE
Complementary color
Monochromatic Colors of #93AAAE
Black with #93AAAE
Text Example
Text Example
White with #93AAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AAAE; }
p { color: rgb(147,170,174); }
H1.HeaderClassName
{
color: #93AAAE;
}
.AnyTagClassName
{
color: #93AAAE;
}
</style>
background-color css
<style>
a { background-color: #93AAAE; }
a { background-color: rgb(147,170,174); }
div.DivClassName
{
background-color: #93AAAE;
}
.BgClassName
{
background-color: #93AAAE;
}
</style>
border-color css
<style>
span { border-color: #93AAAE; }
span { border-color: rgb(147,170,174); }
td.TdClassName
{
border-color: #93AAAE;
}
.TagClassName
{
border-color: #93AAAE;
}
</style>