Shades of Botticelli #93BCBE
Tints of Botticelli #93BCBE
RGB
CMYK
RGB Variations
Color information
#93BCBE (or 0x93BCBE) is known color: Botticelli. HEX triplet: 93, BC and BE. RGB value is (147,188,190). Sum of RGB (Red+Green+Blue) = 147+188+190=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #93BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCBE is #6C4341. Grayscale: #AFAFAF. Windows color (decimal): -7095106 or 12500115. OLE color: 12500115.
HSL color Cylindrical-coordinate representation of color #93BCBE: hue angle of 182.79º 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 #93BCBE is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 188 | 190 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.25 |
| HSL | 182.79º | 0.25% | 0.66% | - |
| HSV(B) | 182.79º | 0.23% | 0.75% | - |
| XYZ | 39.31 | 45.89 | 55.5 | - |
| YUV | 175.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 190 | 0.23 | 0.01 | 0 | 0.25 | 182.79 | 0.25 | 0.66 |
| Hex | 93 | BC | BE | 17 | 1 | 0 | 19 | B7 | 19 | 42 |
| Octal | 223 | 274 | 276 | 27 | 1 | 0 | 31 | 267 | 31 | 102 |
| Binary | 10010011 | 10111100 | 10111110 | 10111 | 1 | 0 | 11001 | 10110111 | 11001 | 1000010 |
Color Harmonies of #93BCBE
Complementary color
Monochromatic Colors of #93BCBE
Black with #93BCBE
Text Example
Text Example
White with #93BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BCBE; }
p { color: rgb(147,188,190); }
H1.HeaderClassName
{
color: #93BCBE;
}
.AnyTagClassName
{
color: #93BCBE;
}
</style>
background-color css
<style>
a { background-color: #93BCBE; }
a { background-color: rgb(147,188,190); }
div.DivClassName
{
background-color: #93BCBE;
}
.BgClassName
{
background-color: #93BCBE;
}
</style>
border-color css
<style>
span { border-color: #93BCBE; }
span { border-color: rgb(147,188,190); }
td.TdClassName
{
border-color: #93BCBE;
}
.TagClassName
{
border-color: #93BCBE;
}
</style>