Shades of Botticelli #93BEC1
Tints of Botticelli #93BEC1
RGB
CMYK
RGB Variations
Color information
#93BEC1 (or 0x93BEC1) is known color: Botticelli. HEX triplet: 93, BE and C1. RGB value is (147,190,193). Sum of RGB (Red+Green+Blue) = 147+190+193=530 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.74% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 193 - color contains mainly: blue. Hex color #93BEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BEC1 is #6C413E. Grayscale: #B1B1B1. Windows color (decimal): -7094591 or 12697235. OLE color: 12697235.
HSL color Cylindrical-coordinate representation of color #93BEC1: hue angle of 183.91º degrees, saturation: 0.27, 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 #93BEC1 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 190 | 193 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.24 |
| HSL | 183.91º | 0.27% | 0.67% | - |
| HSV(B) | 183.91º | 0.24% | 0.76% | - |
| XYZ | 40.07 | 46.88 | 57.39 | - |
| YUV | 177.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 193 | 0.24 | 0.02 | 0 | 0.24 | 183.91 | 0.27 | 0.67 |
| Hex | 93 | BE | C1 | 18 | 2 | 0 | 18 | B8 | 1B | 43 |
| Octal | 223 | 276 | 301 | 30 | 2 | 0 | 30 | 270 | 33 | 103 |
| Binary | 10010011 | 10111110 | 11000001 | 11000 | 10 | 0 | 11000 | 10111000 | 11011 | 1000011 |
Color Harmonies of #93BEC1
Complementary color
Monochromatic Colors of #93BEC1
Black with #93BEC1
Text Example
Text Example
White with #93BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BEC1; }
p { color: rgb(147,190,193); }
H1.HeaderClassName
{
color: #93BEC1;
}
.AnyTagClassName
{
color: #93BEC1;
}
</style>
background-color css
<style>
a { background-color: #93BEC1; }
a { background-color: rgb(147,190,193); }
div.DivClassName
{
background-color: #93BEC1;
}
.BgClassName
{
background-color: #93BEC1;
}
</style>
border-color css
<style>
span { border-color: #93BEC1; }
span { border-color: rgb(147,190,193); }
td.TdClassName
{
border-color: #93BEC1;
}
.TagClassName
{
border-color: #93BEC1;
}
</style>