Shades of Botticelli #93ACB3
Tints of Botticelli #93ACB3
RGB
CMYK
RGB Variations
Color information
#93ACB3 (or 0x93ACB3) is known color: Botticelli. HEX triplet: 93, AC and B3. RGB value is (147,172,179). Sum of RGB (Red+Green+Blue) = 147+172+179=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 179 - color contains mainly: blue. Hex color #93ACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACB3 is #6C534C. Grayscale: #A5A5A5. Windows color (decimal): -7099213 or 11775123. OLE color: 11775123.
HSL color Cylindrical-coordinate representation of color #93ACB3: hue angle of 193.12º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93ACB3 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 172 | 179 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.30 |
| HSL | 193.13º | 0.17% | 0.64% | - |
| HSV(B) | 193.13º | 0.18% | 0.7% | - |
| XYZ | 34.92 | 38.96 | 48.33 | - |
| YUV | 165.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 172 | 179 | 0.18 | 0.04 | 0 | 0.30 | 193.13 | 0.17 | 0.64 |
| Hex | 93 | AC | B3 | 12 | 4 | 0 | 1E | C1 | 11 | 40 |
| Octal | 223 | 254 | 263 | 22 | 4 | 0 | 36 | 301 | 21 | 100 |
| Binary | 10010011 | 10101100 | 10110011 | 10010 | 100 | 0 | 11110 | 11000001 | 10001 | 1000000 |
Color Harmonies of #93ACB3
Complementary color
Monochromatic Colors of #93ACB3
Black with #93ACB3
Text Example
Text Example
White with #93ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ACB3; }
p { color: rgb(147,172,179); }
H1.HeaderClassName
{
color: #93ACB3;
}
.AnyTagClassName
{
color: #93ACB3;
}
</style>
background-color css
<style>
a { background-color: #93ACB3; }
a { background-color: rgb(147,172,179); }
div.DivClassName
{
background-color: #93ACB3;
}
.BgClassName
{
background-color: #93ACB3;
}
</style>
border-color css
<style>
span { border-color: #93ACB3; }
span { border-color: rgb(147,172,179); }
td.TdClassName
{
border-color: #93ACB3;
}
.TagClassName
{
border-color: #93ACB3;
}
</style>