Shades of Botticelli #93AAAB
Tints of Botticelli #93AAAB
RGB
CMYK
RGB Variations
Color information
#93AAAB (or 0x93AAAB) is known color: Botticelli. HEX triplet: 93, AA and AB. RGB value is (147,170,171). Sum of RGB (Red+Green+Blue) = 147+170+171=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 171 - color contains mainly: blue. Hex color #93AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AAAB is #6C5554. Grayscale: #A3A3A3. Windows color (decimal): -7099733 or 11250323. OLE color: 11250323.
HSL color Cylindrical-coordinate representation of color #93AAAB: hue angle of 182.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93AAAB is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 170 | 171 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.33 |
| HSL | 182.5º | 0.13% | 0.62% | - |
| HSV(B) | 182.5º | 0.14% | 0.67% | - |
| XYZ | 33.76 | 37.89 | 44.06 | - |
| YUV | 163.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 171 | 0.14 | 0.01 | 0 | 0.33 | 182.5 | 0.13 | 0.62 |
| Hex | 93 | AA | AB | E | 1 | 0 | 21 | B6 | C | 3E |
| Octal | 223 | 252 | 253 | 16 | 1 | 0 | 41 | 266 | 14 | 76 |
| Binary | 10010011 | 10101010 | 10101011 | 1110 | 1 | 0 | 100001 | 10110110 | 1100 | 111110 |
Color Harmonies of #93AAAB
Complementary color
Monochromatic Colors of #93AAAB
Black with #93AAAB
Text Example
Text Example
White with #93AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AAAB; }
p { color: rgb(147,170,171); }
H1.HeaderClassName
{
color: #93AAAB;
}
.AnyTagClassName
{
color: #93AAAB;
}
</style>
background-color css
<style>
a { background-color: #93AAAB; }
a { background-color: rgb(147,170,171); }
div.DivClassName
{
background-color: #93AAAB;
}
.BgClassName
{
background-color: #93AAAB;
}
</style>
border-color css
<style>
span { border-color: #93AAAB; }
span { border-color: rgb(147,170,171); }
td.TdClassName
{
border-color: #93AAAB;
}
.TagClassName
{
border-color: #93AAAB;
}
</style>