Shades of Botticelli #93B0BC
Tints of Botticelli #93B0BC
RGB
CMYK
RGB Variations
Color information
#93B0BC (or 0x93B0BC) is known color: Botticelli. HEX triplet: 93, B0 and BC. RGB value is (147,176,188). Sum of RGB (Red+Green+Blue) = 147+176+188=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #93B0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B0BC is #6C4F43. Grayscale: #A8A8A8. Windows color (decimal): -7098180 or 12365971. OLE color: 12365971.
HSL color Cylindrical-coordinate representation of color #93B0BC: hue angle of 197.56º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93B0BC is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 176 | 188 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.26 |
| HSL | 197.56º | 0.23% | 0.66% | - |
| HSV(B) | 197.56º | 0.22% | 0.74% | - |
| XYZ | 36.64 | 40.88 | 53.54 | - |
| YUV | 168.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 176 | 188 | 0.22 | 0.06 | 0 | 0.26 | 197.56 | 0.23 | 0.66 |
| Hex | 93 | B0 | BC | 16 | 6 | 0 | 1A | C6 | 17 | 42 |
| Octal | 223 | 260 | 274 | 26 | 6 | 0 | 32 | 306 | 27 | 102 |
| Binary | 10010011 | 10110000 | 10111100 | 10110 | 110 | 0 | 11010 | 11000110 | 10111 | 1000010 |
Color Harmonies of #93B0BC
Complementary color
Monochromatic Colors of #93B0BC
Black with #93B0BC
Text Example
Text Example
White with #93B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B0BC; }
p { color: rgb(147,176,188); }
H1.HeaderClassName
{
color: #93B0BC;
}
.AnyTagClassName
{
color: #93B0BC;
}
</style>
background-color css
<style>
a { background-color: #93B0BC; }
a { background-color: rgb(147,176,188); }
div.DivClassName
{
background-color: #93B0BC;
}
.BgClassName
{
background-color: #93B0BC;
}
</style>
border-color css
<style>
span { border-color: #93B0BC; }
span { border-color: rgb(147,176,188); }
td.TdClassName
{
border-color: #93B0BC;
}
.TagClassName
{
border-color: #93B0BC;
}
</style>