Shades of Botticelli #93B1BC
Tints of Botticelli #93B1BC
RGB
CMYK
RGB Variations
Color information
#93B1BC (or 0x93B1BC) is known color: Botticelli. HEX triplet: 93, B1 and BC. RGB value is (147,177,188). Sum of RGB (Red+Green+Blue) = 147+177+188=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #93B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B1BC is #6C4E43. Grayscale: #A9A9A9. Windows color (decimal): -7097924 or 12366227. OLE color: 12366227.
HSL color Cylindrical-coordinate representation of color #93B1BC: hue angle of 196.1º 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 #93B1BC is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 177 | 188 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.26 |
| HSL | 196.1º | 0.23% | 0.66% | - |
| HSV(B) | 196.1º | 0.22% | 0.74% | - |
| XYZ | 36.83 | 41.28 | 53.6 | - |
| YUV | 169.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 177 | 188 | 0.22 | 0.06 | 0 | 0.26 | 196.1 | 0.23 | 0.66 |
| Hex | 93 | B1 | BC | 16 | 6 | 0 | 1A | C4 | 17 | 42 |
| Octal | 223 | 261 | 274 | 26 | 6 | 0 | 32 | 304 | 27 | 102 |
| Binary | 10010011 | 10110001 | 10111100 | 10110 | 110 | 0 | 11010 | 11000100 | 10111 | 1000010 |
Color Harmonies of #93B1BC
Complementary color
Monochromatic Colors of #93B1BC
Black with #93B1BC
Text Example
Text Example
White with #93B1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B1BC; }
p { color: rgb(147,177,188); }
H1.HeaderClassName
{
color: #93B1BC;
}
.AnyTagClassName
{
color: #93B1BC;
}
</style>
background-color css
<style>
a { background-color: #93B1BC; }
a { background-color: rgb(147,177,188); }
div.DivClassName
{
background-color: #93B1BC;
}
.BgClassName
{
background-color: #93B1BC;
}
</style>
border-color css
<style>
span { border-color: #93B1BC; }
span { border-color: rgb(147,177,188); }
td.TdClassName
{
border-color: #93B1BC;
}
.TagClassName
{
border-color: #93B1BC;
}
</style>