Shades of Botticelli #93BEC2
Tints of Botticelli #93BEC2
RGB
CMYK
RGB Variations
Color information
#93BEC2 (or 0x93BEC2) is known color: Botticelli. HEX triplet: 93, BE and C2. RGB value is (147,190,194). Sum of RGB (Red+Green+Blue) = 147+190+194=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 194 - color contains mainly: blue. Hex color #93BEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BEC2 is #6C413D. Grayscale: #B1B1B1. Windows color (decimal): -7094590 or 12762771. OLE color: 12762771.
HSL color Cylindrical-coordinate representation of color #93BEC2: hue angle of 185.11º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93BEC2 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 190 | 194 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.24 |
| HSL | 185.11º | 0.28% | 0.67% | - |
| HSV(B) | 185.11º | 0.24% | 0.76% | - |
| XYZ | 40.18 | 46.93 | 57.98 | - |
| YUV | 177.6 | 137.25 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 194 | 0.24 | 0.02 | 0 | 0.24 | 185.11 | 0.28 | 0.67 |
| Hex | 93 | BE | C2 | 18 | 2 | 0 | 18 | B9 | 1C | 43 |
| Octal | 223 | 276 | 302 | 30 | 2 | 0 | 30 | 271 | 34 | 103 |
| Binary | 10010011 | 10111110 | 11000010 | 11000 | 10 | 0 | 11000 | 10111001 | 11100 | 1000011 |
Color Harmonies of #93BEC2
Complementary color
Monochromatic Colors of #93BEC2
Black with #93BEC2
Text Example
Text Example
White with #93BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BEC2; }
p { color: rgb(147,190,194); }
H1.HeaderClassName
{
color: #93BEC2;
}
.AnyTagClassName
{
color: #93BEC2;
}
</style>
background-color css
<style>
a { background-color: #93BEC2; }
a { background-color: rgb(147,190,194); }
div.DivClassName
{
background-color: #93BEC2;
}
.BgClassName
{
background-color: #93BEC2;
}
</style>
border-color css
<style>
span { border-color: #93BEC2; }
span { border-color: rgb(147,190,194); }
td.TdClassName
{
border-color: #93BEC2;
}
.TagClassName
{
border-color: #93BEC2;
}
</style>