Shades of Botticelli #93BEC6
Tints of Botticelli #93BEC6
RGB
CMYK
RGB Variations
Color information
#93BEC6 (or 0x93BEC6) is known color: Botticelli. HEX triplet: 93, BE and C6. RGB value is (147,190,198). Sum of RGB (Red+Green+Blue) = 147+190+198=535 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.48% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 198 - color contains mainly: blue. Hex color #93BEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BEC6 is #6C4139. Grayscale: #B1B1B1. Windows color (decimal): -7094586 or 13024915. OLE color: 13024915.
HSL color Cylindrical-coordinate representation of color #93BEC6: hue angle of 189.41º 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 #93BEC6 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 190 | 198 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.22 |
| HSL | 189.41º | 0.31% | 0.68% | - |
| HSV(B) | 189.41º | 0.26% | 0.78% | - |
| XYZ | 40.64 | 47.11 | 60.38 | - |
| YUV | 178.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 198 | 0.26 | 0.04 | 0 | 0.22 | 189.41 | 0.31 | 0.68 |
| Hex | 93 | BE | C6 | 1A | 4 | 0 | 16 | BD | 1F | 44 |
| Octal | 223 | 276 | 306 | 32 | 4 | 0 | 26 | 275 | 37 | 104 |
| Binary | 10010011 | 10111110 | 11000110 | 11010 | 100 | 0 | 10110 | 10111101 | 11111 | 1000100 |
Color Harmonies of #93BEC6
Complementary color
Monochromatic Colors of #93BEC6
Black with #93BEC6
Text Example
Text Example
White with #93BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BEC6; }
p { color: rgb(147,190,198); }
H1.HeaderClassName
{
color: #93BEC6;
}
.AnyTagClassName
{
color: #93BEC6;
}
</style>
background-color css
<style>
a { background-color: #93BEC6; }
a { background-color: rgb(147,190,198); }
div.DivClassName
{
background-color: #93BEC6;
}
.BgClassName
{
background-color: #93BEC6;
}
</style>
border-color css
<style>
span { border-color: #93BEC6; }
span { border-color: rgb(147,190,198); }
td.TdClassName
{
border-color: #93BEC6;
}
.TagClassName
{
border-color: #93BEC6;
}
</style>