Shades of Botticelli #93BCBD
Tints of Botticelli #93BCBD
RGB
CMYK
RGB Variations
Color information
#93BCBD (or 0x93BCBD) is known color: Botticelli. HEX triplet: 93, BC and BD. RGB value is (147,188,189). Sum of RGB (Red+Green+Blue) = 147+188+189=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #93BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCBD is #6C4342. Grayscale: #AFAFAF. Windows color (decimal): -7095107 or 12434579. OLE color: 12434579.
HSL color Cylindrical-coordinate representation of color #93BCBD: hue angle of 181.43º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93BCBD is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 189 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.26 |
| HSL | 181.43º | 0.24% | 0.66% | - |
| HSV(B) | 181.43º | 0.22% | 0.74% | - |
| XYZ | 39.2 | 45.84 | 54.93 | - |
| YUV | 175.86 | 135.42 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 189 | 0.22 | 0.01 | 0 | 0.26 | 181.43 | 0.24 | 0.66 |
| Hex | 93 | BC | BD | 16 | 1 | 0 | 1A | B5 | 18 | 42 |
| Octal | 223 | 274 | 275 | 26 | 1 | 0 | 32 | 265 | 30 | 102 |
| Binary | 10010011 | 10111100 | 10111101 | 10110 | 1 | 0 | 11010 | 10110101 | 11000 | 1000010 |
Color Harmonies of #93BCBD
Complementary color
Monochromatic Colors of #93BCBD
Black with #93BCBD
Text Example
Text Example
White with #93BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BCBD; }
p { color: rgb(147,188,189); }
H1.HeaderClassName
{
color: #93BCBD;
}
.AnyTagClassName
{
color: #93BCBD;
}
</style>
background-color css
<style>
a { background-color: #93BCBD; }
a { background-color: rgb(147,188,189); }
div.DivClassName
{
background-color: #93BCBD;
}
.BgClassName
{
background-color: #93BCBD;
}
</style>
border-color css
<style>
span { border-color: #93BCBD; }
span { border-color: rgb(147,188,189); }
td.TdClassName
{
border-color: #93BCBD;
}
.TagClassName
{
border-color: #93BCBD;
}
</style>