Shades of Botticelli #94B1BC
Tints of Botticelli #94B1BC
RGB
CMYK
RGB Variations
Color information
#94B1BC (or 0x94B1BC) is known color: Botticelli. HEX triplet: 94, B1 and BC. RGB value is (148,177,188). Sum of RGB (Red+Green+Blue) = 148+177+188=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #94B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B1BC is #6B4E43. Grayscale: #A9A9A9. Windows color (decimal): -7032388 or 12366228. OLE color: 12366228.
HSL color Cylindrical-coordinate representation of color #94B1BC: hue angle of 196.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94B1BC is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 177 | 188 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.26 |
| HSL | 196.5º | 0.23% | 0.66% | - |
| HSV(B) | 196.5º | 0.21% | 0.74% | - |
| XYZ | 37.01 | 41.37 | 53.61 | - |
| YUV | 169.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 177 | 188 | 0.21 | 0.06 | 0 | 0.26 | 196.5 | 0.23 | 0.66 |
| Hex | 94 | B1 | BC | 15 | 6 | 0 | 1A | C4 | 17 | 42 |
| Octal | 224 | 261 | 274 | 25 | 6 | 0 | 32 | 304 | 27 | 102 |
| Binary | 10010100 | 10110001 | 10111100 | 10101 | 110 | 0 | 11010 | 11000100 | 10111 | 1000010 |
Color Harmonies of #94B1BC
Complementary color
Monochromatic Colors of #94B1BC
Black with #94B1BC
Text Example
Text Example
White with #94B1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B1BC; }
p { color: rgb(148,177,188); }
H1.HeaderClassName
{
color: #94B1BC;
}
.AnyTagClassName
{
color: #94B1BC;
}
</style>
background-color css
<style>
a { background-color: #94B1BC; }
a { background-color: rgb(148,177,188); }
div.DivClassName
{
background-color: #94B1BC;
}
.BgClassName
{
background-color: #94B1BC;
}
</style>
border-color css
<style>
span { border-color: #94B1BC; }
span { border-color: rgb(148,177,188); }
td.TdClassName
{
border-color: #94B1BC;
}
.TagClassName
{
border-color: #94B1BC;
}
</style>