Shades of Botticelli #93BDC6
Tints of Botticelli #93BDC6
RGB
CMYK
RGB Variations
Color information
#93BDC6 (or 0x93BDC6) is known color: Botticelli. HEX triplet: 93, BD and C6. RGB value is (147,189,198). Sum of RGB (Red+Green+Blue) = 147+189+198=534 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.53% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 198 - color contains mainly: blue. Hex color #93BDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BDC6 is #6C4239. Grayscale: #B1B1B1. Windows color (decimal): -7094842 or 13024659. OLE color: 13024659.
HSL color Cylindrical-coordinate representation of color #93BDC6: hue angle of 190.59º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93BDC6 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 189 | 198 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.22 |
| HSL | 190.59º | 0.31% | 0.68% | - |
| HSV(B) | 190.59º | 0.26% | 0.78% | - |
| XYZ | 40.42 | 46.68 | 60.3 | - |
| YUV | 177.47 | 139.59 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 198 | 0.26 | 0.05 | 0 | 0.22 | 190.59 | 0.31 | 0.68 |
| Hex | 93 | BD | C6 | 1A | 5 | 0 | 16 | BF | 1F | 44 |
| Octal | 223 | 275 | 306 | 32 | 5 | 0 | 26 | 277 | 37 | 104 |
| Binary | 10010011 | 10111101 | 11000110 | 11010 | 101 | 0 | 10110 | 10111111 | 11111 | 1000100 |
Color Harmonies of #93BDC6
Complementary color
Monochromatic Colors of #93BDC6
Black with #93BDC6
Text Example
Text Example
White with #93BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BDC6; }
p { color: rgb(147,189,198); }
H1.HeaderClassName
{
color: #93BDC6;
}
.AnyTagClassName
{
color: #93BDC6;
}
</style>
background-color css
<style>
a { background-color: #93BDC6; }
a { background-color: rgb(147,189,198); }
div.DivClassName
{
background-color: #93BDC6;
}
.BgClassName
{
background-color: #93BDC6;
}
</style>
border-color css
<style>
span { border-color: #93BDC6; }
span { border-color: rgb(147,189,198); }
td.TdClassName
{
border-color: #93BDC6;
}
.TagClassName
{
border-color: #93BDC6;
}
</style>