Shades of Botticelli #93BCC3
Tints of Botticelli #93BCC3
RGB
CMYK
RGB Variations
Color information
#93BCC3 (or 0x93BCC3) is known color: Botticelli. HEX triplet: 93, BC and C3. RGB value is (147,188,195). Sum of RGB (Red+Green+Blue) = 147+188+195=530 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.74% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 195 - color contains mainly: blue. Hex color #93BCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCC3 is #6C433C. Grayscale: #B0B0B0. Windows color (decimal): -7095101 or 12827795. OLE color: 12827795.
HSL color Cylindrical-coordinate representation of color #93BCC3: hue angle of 188.75º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93BCC3 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 188 | 195 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.24 |
| HSL | 188.75º | 0.29% | 0.67% | - |
| HSV(B) | 188.75º | 0.25% | 0.76% | - |
| XYZ | 39.87 | 46.11 | 58.43 | - |
| YUV | 176.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 195 | 0.25 | 0.04 | 0 | 0.24 | 188.75 | 0.29 | 0.67 |
| Hex | 93 | BC | C3 | 19 | 4 | 0 | 18 | BD | 1D | 43 |
| Octal | 223 | 274 | 303 | 31 | 4 | 0 | 30 | 275 | 35 | 103 |
| Binary | 10010011 | 10111100 | 11000011 | 11001 | 100 | 0 | 11000 | 10111101 | 11101 | 1000011 |
Color Harmonies of #93BCC3
Complementary color
Monochromatic Colors of #93BCC3
Black with #93BCC3
Text Example
Text Example
White with #93BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BCC3; }
p { color: rgb(147,188,195); }
H1.HeaderClassName
{
color: #93BCC3;
}
.AnyTagClassName
{
color: #93BCC3;
}
</style>
background-color css
<style>
a { background-color: #93BCC3; }
a { background-color: rgb(147,188,195); }
div.DivClassName
{
background-color: #93BCC3;
}
.BgClassName
{
background-color: #93BCC3;
}
</style>
border-color css
<style>
span { border-color: #93BCC3; }
span { border-color: rgb(147,188,195); }
td.TdClassName
{
border-color: #93BCC3;
}
.TagClassName
{
border-color: #93BCC3;
}
</style>