Shades of Botticelli #93BEC0
Tints of Botticelli #93BEC0
RGB
CMYK
RGB Variations
Color information
#93BEC0 (or 0x93BEC0) is known color: Botticelli. HEX triplet: 93, BE and C0. RGB value is (147,190,192). Sum of RGB (Red+Green+Blue) = 147+190+192=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 192 - color contains mainly: blue. Hex color #93BEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BEC0 is #6C413F. Grayscale: #B1B1B1. Windows color (decimal): -7094592 or 12631699. OLE color: 12631699.
HSL color Cylindrical-coordinate representation of color #93BEC0: hue angle of 182.67º degrees, saturation: 0.26, 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 #93BEC0 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 190 | 192 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.25 |
| HSL | 182.67º | 0.26% | 0.66% | - |
| HSV(B) | 182.67º | 0.23% | 0.75% | - |
| XYZ | 39.96 | 46.84 | 56.8 | - |
| YUV | 177.37 | 136.25 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 192 | 0.23 | 0.01 | 0 | 0.25 | 182.67 | 0.26 | 0.66 |
| Hex | 93 | BE | C0 | 17 | 1 | 0 | 19 | B7 | 1A | 42 |
| Octal | 223 | 276 | 300 | 27 | 1 | 0 | 31 | 267 | 32 | 102 |
| Binary | 10010011 | 10111110 | 11000000 | 10111 | 1 | 0 | 11001 | 10110111 | 11010 | 1000010 |
Color Harmonies of #93BEC0
Complementary color
Monochromatic Colors of #93BEC0
Black with #93BEC0
Text Example
Text Example
White with #93BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BEC0; }
p { color: rgb(147,190,192); }
H1.HeaderClassName
{
color: #93BEC0;
}
.AnyTagClassName
{
color: #93BEC0;
}
</style>
background-color css
<style>
a { background-color: #93BEC0; }
a { background-color: rgb(147,190,192); }
div.DivClassName
{
background-color: #93BEC0;
}
.BgClassName
{
background-color: #93BEC0;
}
</style>
border-color css
<style>
span { border-color: #93BEC0; }
span { border-color: rgb(147,190,192); }
td.TdClassName
{
border-color: #93BEC0;
}
.TagClassName
{
border-color: #93BEC0;
}
</style>