Shades of Botticelli #93B7BA
Tints of Botticelli #93B7BA
RGB
CMYK
RGB Variations
Color information
#93B7BA (or 0x93B7BA) is known color: Botticelli. HEX triplet: 93, B7 and BA. RGB value is (147,183,186). Sum of RGB (Red+Green+Blue) = 147+183+186=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #93B7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B7BA is #6C4845. Grayscale: #ACACAC. Windows color (decimal): -7096390 or 12236691. OLE color: 12236691.
HSL color Cylindrical-coordinate representation of color #93B7BA: hue angle of 184.62º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93B7BA is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 183 | 186 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.27 |
| HSL | 184.62º | 0.22% | 0.65% | - |
| HSV(B) | 184.62º | 0.21% | 0.73% | - |
| XYZ | 37.83 | 43.62 | 52.88 | - |
| YUV | 172.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 183 | 186 | 0.21 | 0.02 | 0 | 0.27 | 184.62 | 0.22 | 0.65 |
| Hex | 93 | B7 | BA | 15 | 2 | 0 | 1B | B9 | 16 | 41 |
| Octal | 223 | 267 | 272 | 25 | 2 | 0 | 33 | 271 | 26 | 101 |
| Binary | 10010011 | 10110111 | 10111010 | 10101 | 10 | 0 | 11011 | 10111001 | 10110 | 1000001 |
Color Harmonies of #93B7BA
Complementary color
Monochromatic Colors of #93B7BA
Black with #93B7BA
Text Example
Text Example
White with #93B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B7BA; }
p { color: rgb(147,183,186); }
H1.HeaderClassName
{
color: #93B7BA;
}
.AnyTagClassName
{
color: #93B7BA;
}
</style>
background-color css
<style>
a { background-color: #93B7BA; }
a { background-color: rgb(147,183,186); }
div.DivClassName
{
background-color: #93B7BA;
}
.BgClassName
{
background-color: #93B7BA;
}
</style>
border-color css
<style>
span { border-color: #93B7BA; }
span { border-color: rgb(147,183,186); }
td.TdClassName
{
border-color: #93B7BA;
}
.TagClassName
{
border-color: #93B7BA;
}
</style>