Shades of Botticelli #94B4B8
Tints of Botticelli #94B4B8
RGB
CMYK
RGB Variations
Color information
#94B4B8 (or 0x94B4B8) is known color: Botticelli. HEX triplet: 94, B4 and B8. RGB value is (148,180,184). Sum of RGB (Red+Green+Blue) = 148+180+184=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 184 - color contains mainly: blue. Hex color #94B4B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B4B8 is #6B4B47. Grayscale: #AAAAAA. Windows color (decimal): -7031624 or 12104852. OLE color: 12104852.
HSL color Cylindrical-coordinate representation of color #94B4B8: hue angle of 186.67º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94B4B8 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 180 | 184 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.28 |
| HSL | 186.67º | 0.2% | 0.65% | - |
| HSV(B) | 186.67º | 0.2% | 0.72% | - |
| XYZ | 37.19 | 42.4 | 51.57 | - |
| YUV | 170.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 180 | 184 | 0.20 | 0.02 | 0 | 0.28 | 186.67 | 0.2 | 0.65 |
| Hex | 94 | B4 | B8 | 14 | 2 | 0 | 1C | BB | 14 | 41 |
| Octal | 224 | 264 | 270 | 24 | 2 | 0 | 34 | 273 | 24 | 101 |
| Binary | 10010100 | 10110100 | 10111000 | 10100 | 10 | 0 | 11100 | 10111011 | 10100 | 1000001 |
Color Harmonies of #94B4B8
Complementary color
Monochromatic Colors of #94B4B8
Black with #94B4B8
Text Example
Text Example
White with #94B4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B4B8; }
p { color: rgb(148,180,184); }
H1.HeaderClassName
{
color: #94B4B8;
}
.AnyTagClassName
{
color: #94B4B8;
}
</style>
background-color css
<style>
a { background-color: #94B4B8; }
a { background-color: rgb(148,180,184); }
div.DivClassName
{
background-color: #94B4B8;
}
.BgClassName
{
background-color: #94B4B8;
}
</style>
border-color css
<style>
span { border-color: #94B4B8; }
span { border-color: rgb(148,180,184); }
td.TdClassName
{
border-color: #94B4B8;
}
.TagClassName
{
border-color: #94B4B8;
}
</style>