Shades of Botticelli #93B5BE
Tints of Botticelli #93B5BE
RGB
CMYK
RGB Variations
Color information
#93B5BE (or 0x93B5BE) is known color: Botticelli. HEX triplet: 93, B5 and BE. RGB value is (147,181,190). Sum of RGB (Red+Green+Blue) = 147+181+190=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #93B5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B5BE is #6C4A41. Grayscale: #ABABAB. Windows color (decimal): -7096898 or 12498323. OLE color: 12498323.
HSL color Cylindrical-coordinate representation of color #93B5BE: hue angle of 192.56º 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 #93B5BE is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 181 | 190 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.25 |
| HSL | 192.56º | 0.25% | 0.66% | - |
| HSV(B) | 192.56º | 0.23% | 0.75% | - |
| XYZ | 37.85 | 42.97 | 55.01 | - |
| YUV | 171.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 181 | 190 | 0.23 | 0.05 | 0 | 0.25 | 192.56 | 0.25 | 0.66 |
| Hex | 93 | B5 | BE | 17 | 5 | 0 | 19 | C1 | 19 | 42 |
| Octal | 223 | 265 | 276 | 27 | 5 | 0 | 31 | 301 | 31 | 102 |
| Binary | 10010011 | 10110101 | 10111110 | 10111 | 101 | 0 | 11001 | 11000001 | 11001 | 1000010 |
Color Harmonies of #93B5BE
Complementary color
Monochromatic Colors of #93B5BE
Black with #93B5BE
Text Example
Text Example
White with #93B5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B5BE; }
p { color: rgb(147,181,190); }
H1.HeaderClassName
{
color: #93B5BE;
}
.AnyTagClassName
{
color: #93B5BE;
}
</style>
background-color css
<style>
a { background-color: #93B5BE; }
a { background-color: rgb(147,181,190); }
div.DivClassName
{
background-color: #93B5BE;
}
.BgClassName
{
background-color: #93B5BE;
}
</style>
border-color css
<style>
span { border-color: #93B5BE; }
span { border-color: rgb(147,181,190); }
td.TdClassName
{
border-color: #93B5BE;
}
.TagClassName
{
border-color: #93B5BE;
}
</style>