Shades of Botticelli #93BBC5
Tints of Botticelli #93BBC5
RGB
CMYK
RGB Variations
Color information
#93BBC5 (or 0x93BBC5) is known color: Botticelli. HEX triplet: 93, BB and C5. RGB value is (147,187,197). Sum of RGB (Red+Green+Blue) = 147+187+197=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 197 - color contains mainly: blue. Hex color #93BBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BBC5 is #6C443A. Grayscale: #B0B0B0. Windows color (decimal): -7095355 or 12958611. OLE color: 12958611.
HSL color Cylindrical-coordinate representation of color #93BBC5: hue angle of 192º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93BBC5 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 187 | 197 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.23 |
| HSL | 192º | 0.3% | 0.67% | - |
| HSV(B) | 192º | 0.25% | 0.77% | - |
| XYZ | 39.88 | 45.77 | 59.56 | - |
| YUV | 176.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 197 | 0.25 | 0.05 | 0 | 0.23 | 192 | 0.3 | 0.67 |
| Hex | 93 | BB | C5 | 19 | 5 | 0 | 17 | C0 | 1E | 43 |
| Octal | 223 | 273 | 305 | 31 | 5 | 0 | 27 | 300 | 36 | 103 |
| Binary | 10010011 | 10111011 | 11000101 | 11001 | 101 | 0 | 10111 | 11000000 | 11110 | 1000011 |
Color Harmonies of #93BBC5
Complementary color
Monochromatic Colors of #93BBC5
Black with #93BBC5
Text Example
Text Example
White with #93BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BBC5; }
p { color: rgb(147,187,197); }
H1.HeaderClassName
{
color: #93BBC5;
}
.AnyTagClassName
{
color: #93BBC5;
}
</style>
background-color css
<style>
a { background-color: #93BBC5; }
a { background-color: rgb(147,187,197); }
div.DivClassName
{
background-color: #93BBC5;
}
.BgClassName
{
background-color: #93BBC5;
}
</style>
border-color css
<style>
span { border-color: #93BBC5; }
span { border-color: rgb(147,187,197); }
td.TdClassName
{
border-color: #93BBC5;
}
.TagClassName
{
border-color: #93BBC5;
}
</style>