Shades of Botticelli #93B4BB
Tints of Botticelli #93B4BB
RGB
CMYK
RGB Variations
Color information
#93B4BB (or 0x93B4BB) is known color: Botticelli. HEX triplet: 93, B4 and BB. RGB value is (147,180,187). Sum of RGB (Red+Green+Blue) = 147+180+187=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #93B4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B4BB is #6C4B44. Grayscale: #AAAAAA. Windows color (decimal): -7097157 or 12301459. OLE color: 12301459.
HSL color Cylindrical-coordinate representation of color #93B4BB: hue angle of 190.5º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93B4BB is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 180 | 187 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.27 |
| HSL | 190.5º | 0.23% | 0.65% | - |
| HSV(B) | 190.5º | 0.21% | 0.73% | - |
| XYZ | 37.32 | 42.43 | 53.24 | - |
| YUV | 170.93 | 137.07 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 180 | 187 | 0.21 | 0.04 | 0 | 0.27 | 190.5 | 0.23 | 0.65 |
| Hex | 93 | B4 | BB | 15 | 4 | 0 | 1B | BE | 17 | 41 |
| Octal | 223 | 264 | 273 | 25 | 4 | 0 | 33 | 276 | 27 | 101 |
| Binary | 10010011 | 10110100 | 10111011 | 10101 | 100 | 0 | 11011 | 10111110 | 10111 | 1000001 |
Color Harmonies of #93B4BB
Complementary color
Monochromatic Colors of #93B4BB
Black with #93B4BB
Text Example
Text Example
White with #93B4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B4BB; }
p { color: rgb(147,180,187); }
H1.HeaderClassName
{
color: #93B4BB;
}
.AnyTagClassName
{
color: #93B4BB;
}
</style>
background-color css
<style>
a { background-color: #93B4BB; }
a { background-color: rgb(147,180,187); }
div.DivClassName
{
background-color: #93B4BB;
}
.BgClassName
{
background-color: #93B4BB;
}
</style>
border-color css
<style>
span { border-color: #93B4BB; }
span { border-color: rgb(147,180,187); }
td.TdClassName
{
border-color: #93B4BB;
}
.TagClassName
{
border-color: #93B4BB;
}
</style>