Shades of Botticelli #93B3BE
Tints of Botticelli #93B3BE
RGB
CMYK
RGB Variations
Color information
#93B3BE (or 0x93B3BE) is known color: Botticelli. HEX triplet: 93, B3 and BE. RGB value is (147,179,190). Sum of RGB (Red+Green+Blue) = 147+179+190=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #93B3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B3BE is #6C4C41. Grayscale: #AAAAAA. Windows color (decimal): -7097410 or 12497811. OLE color: 12497811.
HSL color Cylindrical-coordinate representation of color #93B3BE: hue angle of 195.35º 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 #93B3BE is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 179 | 190 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.25 |
| HSL | 195.35º | 0.25% | 0.66% | - |
| HSV(B) | 195.35º | 0.23% | 0.75% | - |
| XYZ | 37.45 | 42.16 | 54.88 | - |
| YUV | 170.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 179 | 190 | 0.23 | 0.06 | 0 | 0.25 | 195.35 | 0.25 | 0.66 |
| Hex | 93 | B3 | BE | 17 | 6 | 0 | 19 | C3 | 19 | 42 |
| Octal | 223 | 263 | 276 | 27 | 6 | 0 | 31 | 303 | 31 | 102 |
| Binary | 10010011 | 10110011 | 10111110 | 10111 | 110 | 0 | 11001 | 11000011 | 11001 | 1000010 |
Color Harmonies of #93B3BE
Complementary color
Monochromatic Colors of #93B3BE
Black with #93B3BE
Text Example
Text Example
White with #93B3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B3BE; }
p { color: rgb(147,179,190); }
H1.HeaderClassName
{
color: #93B3BE;
}
.AnyTagClassName
{
color: #93B3BE;
}
</style>
background-color css
<style>
a { background-color: #93B3BE; }
a { background-color: rgb(147,179,190); }
div.DivClassName
{
background-color: #93B3BE;
}
.BgClassName
{
background-color: #93B3BE;
}
</style>
border-color css
<style>
span { border-color: #93B3BE; }
span { border-color: rgb(147,179,190); }
td.TdClassName
{
border-color: #93B3BE;
}
.TagClassName
{
border-color: #93B3BE;
}
</style>