Shades of Botticelli #93B8BC
Tints of Botticelli #93B8BC
RGB
CMYK
RGB Variations
Color information
#93B8BC (or 0x93B8BC) is known color: Botticelli. HEX triplet: 93, B8 and BC. RGB value is (147,184,188). Sum of RGB (Red+Green+Blue) = 147+184+188=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #93B8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B8BC is #6C4743. Grayscale: #ADADAD. Windows color (decimal): -7096132 or 12368019. OLE color: 12368019.
HSL color Cylindrical-coordinate representation of color #93B8BC: hue angle of 185.85º 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 #93B8BC is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 184 | 188 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.26 |
| HSL | 185.85º | 0.23% | 0.66% | - |
| HSV(B) | 185.85º | 0.22% | 0.74% | - |
| XYZ | 38.25 | 44.11 | 54.08 | - |
| YUV | 173.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 184 | 188 | 0.22 | 0.02 | 0 | 0.26 | 185.85 | 0.23 | 0.66 |
| Hex | 93 | B8 | BC | 16 | 2 | 0 | 1A | BA | 17 | 42 |
| Octal | 223 | 270 | 274 | 26 | 2 | 0 | 32 | 272 | 27 | 102 |
| Binary | 10010011 | 10111000 | 10111100 | 10110 | 10 | 0 | 11010 | 10111010 | 10111 | 1000010 |
Color Harmonies of #93B8BC
Complementary color
Monochromatic Colors of #93B8BC
Black with #93B8BC
Text Example
Text Example
White with #93B8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B8BC; }
p { color: rgb(147,184,188); }
H1.HeaderClassName
{
color: #93B8BC;
}
.AnyTagClassName
{
color: #93B8BC;
}
</style>
background-color css
<style>
a { background-color: #93B8BC; }
a { background-color: rgb(147,184,188); }
div.DivClassName
{
background-color: #93B8BC;
}
.BgClassName
{
background-color: #93B8BC;
}
</style>
border-color css
<style>
span { border-color: #93B8BC; }
span { border-color: rgb(147,184,188); }
td.TdClassName
{
border-color: #93B8BC;
}
.TagClassName
{
border-color: #93B8BC;
}
</style>