Shades of Botticelli #93B4B9
Tints of Botticelli #93B4B9
RGB
CMYK
RGB Variations
Color information
#93B4B9 (or 0x93B4B9) is known color: Botticelli. HEX triplet: 93, B4 and B9. RGB value is (147,180,185). Sum of RGB (Red+Green+Blue) = 147+180+185=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 185 - color contains mainly: blue. Hex color #93B4B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B4B9 is #6C4B46. Grayscale: #AAAAAA. Windows color (decimal): -7097159 or 12170387. OLE color: 12170387.
HSL color Cylindrical-coordinate representation of color #93B4B9: hue angle of 187.89º degrees, saturation: 0.21, 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 #93B4B9 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 180 | 185 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.27 |
| HSL | 187.89º | 0.21% | 0.65% | - |
| HSV(B) | 187.89º | 0.21% | 0.73% | - |
| XYZ | 37.11 | 42.35 | 52.12 | - |
| YUV | 170.7 | 136.07 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 180 | 185 | 0.21 | 0.03 | 0 | 0.27 | 187.89 | 0.21 | 0.65 |
| Hex | 93 | B4 | B9 | 15 | 3 | 0 | 1B | BC | 15 | 41 |
| Octal | 223 | 264 | 271 | 25 | 3 | 0 | 33 | 274 | 25 | 101 |
| Binary | 10010011 | 10110100 | 10111001 | 10101 | 11 | 0 | 11011 | 10111100 | 10101 | 1000001 |
Color Harmonies of #93B4B9
Complementary color
Monochromatic Colors of #93B4B9
Black with #93B4B9
Text Example
Text Example
White with #93B4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B4B9; }
p { color: rgb(147,180,185); }
H1.HeaderClassName
{
color: #93B4B9;
}
.AnyTagClassName
{
color: #93B4B9;
}
</style>
background-color css
<style>
a { background-color: #93B4B9; }
a { background-color: rgb(147,180,185); }
div.DivClassName
{
background-color: #93B4B9;
}
.BgClassName
{
background-color: #93B4B9;
}
</style>
border-color css
<style>
span { border-color: #93B4B9; }
span { border-color: rgb(147,180,185); }
td.TdClassName
{
border-color: #93B4B9;
}
.TagClassName
{
border-color: #93B4B9;
}
</style>