Shades of Botticelli #93B8BE
Tints of Botticelli #93B8BE
RGB
CMYK
RGB Variations
Color information
#93B8BE (or 0x93B8BE) is known color: Botticelli. HEX triplet: 93, B8 and BE. RGB value is (147,184,190). Sum of RGB (Red+Green+Blue) = 147+184+190=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #93B8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B8BE is #6C4741. Grayscale: #ADADAD. Windows color (decimal): -7096130 or 12499091. OLE color: 12499091.
HSL color Cylindrical-coordinate representation of color #93B8BE: hue angle of 188.37º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93B8BE is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 184 | 190 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.25 |
| HSL | 188.37º | 0.25% | 0.66% | - |
| HSV(B) | 188.37º | 0.23% | 0.75% | - |
| XYZ | 38.47 | 44.2 | 55.22 | - |
| YUV | 173.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 184 | 190 | 0.23 | 0.03 | 0 | 0.25 | 188.37 | 0.25 | 0.66 |
| Hex | 93 | B8 | BE | 17 | 3 | 0 | 19 | BC | 19 | 42 |
| Octal | 223 | 270 | 276 | 27 | 3 | 0 | 31 | 274 | 31 | 102 |
| Binary | 10010011 | 10111000 | 10111110 | 10111 | 11 | 0 | 11001 | 10111100 | 11001 | 1000010 |
Color Harmonies of #93B8BE
Complementary color
Monochromatic Colors of #93B8BE
Black with #93B8BE
Text Example
Text Example
White with #93B8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B8BE; }
p { color: rgb(147,184,190); }
H1.HeaderClassName
{
color: #93B8BE;
}
.AnyTagClassName
{
color: #93B8BE;
}
</style>
background-color css
<style>
a { background-color: #93B8BE; }
a { background-color: rgb(147,184,190); }
div.DivClassName
{
background-color: #93B8BE;
}
.BgClassName
{
background-color: #93B8BE;
}
</style>
border-color css
<style>
span { border-color: #93B8BE; }
span { border-color: rgb(147,184,190); }
td.TdClassName
{
border-color: #93B8BE;
}
.TagClassName
{
border-color: #93B8BE;
}
</style>