Shades of Botticelli #93BEC4
Tints of Botticelli #93BEC4
RGB
CMYK
RGB Variations
Color information
#93BEC4 (or 0x93BEC4) is known color: Botticelli. HEX triplet: 93, BE and C4. RGB value is (147,190,196). Sum of RGB (Red+Green+Blue) = 147+190+196=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 196 - color contains mainly: blue. Hex color #93BEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BEC4 is #6C413B. Grayscale: #B1B1B1. Windows color (decimal): -7094588 or 12893843. OLE color: 12893843.
HSL color Cylindrical-coordinate representation of color #93BEC4: hue angle of 187.35º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93BEC4 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 190 | 196 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.23 |
| HSL | 187.35º | 0.29% | 0.67% | - |
| HSV(B) | 187.35º | 0.25% | 0.77% | - |
| XYZ | 40.41 | 47.02 | 59.17 | - |
| YUV | 177.83 | 138.25 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 196 | 0.25 | 0.03 | 0 | 0.23 | 187.35 | 0.29 | 0.67 |
| Hex | 93 | BE | C4 | 19 | 3 | 0 | 17 | BB | 1D | 43 |
| Octal | 223 | 276 | 304 | 31 | 3 | 0 | 27 | 273 | 35 | 103 |
| Binary | 10010011 | 10111110 | 11000100 | 11001 | 11 | 0 | 10111 | 10111011 | 11101 | 1000011 |
Color Harmonies of #93BEC4
Complementary color
Monochromatic Colors of #93BEC4
Black with #93BEC4
Text Example
Text Example
White with #93BEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BEC4; }
p { color: rgb(147,190,196); }
H1.HeaderClassName
{
color: #93BEC4;
}
.AnyTagClassName
{
color: #93BEC4;
}
</style>
background-color css
<style>
a { background-color: #93BEC4; }
a { background-color: rgb(147,190,196); }
div.DivClassName
{
background-color: #93BEC4;
}
.BgClassName
{
background-color: #93BEC4;
}
</style>
border-color css
<style>
span { border-color: #93BEC4; }
span { border-color: rgb(147,190,196); }
td.TdClassName
{
border-color: #93BEC4;
}
.TagClassName
{
border-color: #93BEC4;
}
</style>