Shades of Botticelli #94B3B7
Tints of Botticelli #94B3B7
RGB
CMYK
RGB Variations
Color information
#94B3B7 (or 0x94B3B7) is known color: Botticelli. HEX triplet: 94, B3 and B7. RGB value is (148,179,183). Sum of RGB (Red+Green+Blue) = 148+179+183=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 183 - color contains mainly: blue. Hex color #94B3B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B3B7 is #6B4C48. Grayscale: #AAAAAA. Windows color (decimal): -7031881 or 12039060. OLE color: 12039060.
HSL color Cylindrical-coordinate representation of color #94B3B7: hue angle of 186.86º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94B3B7 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 179 | 183 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.28 |
| HSL | 186.86º | 0.2% | 0.65% | - |
| HSV(B) | 186.86º | 0.19% | 0.72% | - |
| XYZ | 36.88 | 41.96 | 50.95 | - |
| YUV | 170.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 179 | 183 | 0.19 | 0.02 | 0 | 0.28 | 186.86 | 0.2 | 0.65 |
| Hex | 94 | B3 | B7 | 13 | 2 | 0 | 1C | BB | 14 | 41 |
| Octal | 224 | 263 | 267 | 23 | 2 | 0 | 34 | 273 | 24 | 101 |
| Binary | 10010100 | 10110011 | 10110111 | 10011 | 10 | 0 | 11100 | 10111011 | 10100 | 1000001 |
Color Harmonies of #94B3B7
Complementary color
Monochromatic Colors of #94B3B7
Black with #94B3B7
Text Example
Text Example
White with #94B3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B3B7; }
p { color: rgb(148,179,183); }
H1.HeaderClassName
{
color: #94B3B7;
}
.AnyTagClassName
{
color: #94B3B7;
}
</style>
background-color css
<style>
a { background-color: #94B3B7; }
a { background-color: rgb(148,179,183); }
div.DivClassName
{
background-color: #94B3B7;
}
.BgClassName
{
background-color: #94B3B7;
}
</style>
border-color css
<style>
span { border-color: #94B3B7; }
span { border-color: rgb(148,179,183); }
td.TdClassName
{
border-color: #94B3B7;
}
.TagClassName
{
border-color: #94B3B7;
}
</style>