Shades of Botticelli #94B3BB
Tints of Botticelli #94B3BB
RGB
CMYK
RGB Variations
Color information
#94B3BB (or 0x94B3BB) is known color: Botticelli. HEX triplet: 94, B3 and BB. RGB value is (148,179,187). Sum of RGB (Red+Green+Blue) = 148+179+187=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 179 (70.31% from 255 or 34.82% 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 #94B3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B3BB is #6B4C44. Grayscale: #AAAAAA. Windows color (decimal): -7031877 or 12301204. OLE color: 12301204.
HSL color Cylindrical-coordinate representation of color #94B3BB: hue angle of 192.31º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94B3BB is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 179 | 187 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.27 |
| HSL | 192.31º | 0.22% | 0.66% | - |
| HSV(B) | 192.31º | 0.21% | 0.73% | - |
| XYZ | 37.3 | 42.12 | 53.18 | - |
| YUV | 170.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 179 | 187 | 0.21 | 0.04 | 0 | 0.27 | 192.31 | 0.22 | 0.66 |
| Hex | 94 | B3 | BB | 15 | 4 | 0 | 1B | C0 | 16 | 42 |
| Octal | 224 | 263 | 273 | 25 | 4 | 0 | 33 | 300 | 26 | 102 |
| Binary | 10010100 | 10110011 | 10111011 | 10101 | 100 | 0 | 11011 | 11000000 | 10110 | 1000010 |
Color Harmonies of #94B3BB
Complementary color
Monochromatic Colors of #94B3BB
Black with #94B3BB
Text Example
Text Example
White with #94B3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B3BB; }
p { color: rgb(148,179,187); }
H1.HeaderClassName
{
color: #94B3BB;
}
.AnyTagClassName
{
color: #94B3BB;
}
</style>
background-color css
<style>
a { background-color: #94B3BB; }
a { background-color: rgb(148,179,187); }
div.DivClassName
{
background-color: #94B3BB;
}
.BgClassName
{
background-color: #94B3BB;
}
</style>
border-color css
<style>
span { border-color: #94B3BB; }
span { border-color: rgb(148,179,187); }
td.TdClassName
{
border-color: #94B3BB;
}
.TagClassName
{
border-color: #94B3BB;
}
</style>