Shades of Botticelli #94B3B6
Tints of Botticelli #94B3B6
RGB
CMYK
RGB Variations
Color information
#94B3B6 (or 0x94B3B6) is known color: Botticelli. HEX triplet: 94, B3 and B6. RGB value is (148,179,182). Sum of RGB (Red+Green+Blue) = 148+179+182=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 182 - color contains mainly: blue. Hex color #94B3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B3B6 is #6B4C49. Grayscale: #AAAAAA. Windows color (decimal): -7031882 or 11973524. OLE color: 11973524.
HSL color Cylindrical-coordinate representation of color #94B3B6: hue angle of 185.29º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94B3B6 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 179 | 182 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.29 |
| HSL | 185.29º | 0.19% | 0.65% | - |
| HSV(B) | 185.29º | 0.19% | 0.71% | - |
| XYZ | 36.78 | 41.91 | 50.41 | - |
| YUV | 170.07 | 134.73 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 179 | 182 | 0.19 | 0.02 | 0 | 0.29 | 185.29 | 0.19 | 0.65 |
| Hex | 94 | B3 | B6 | 13 | 2 | 0 | 1D | B9 | 13 | 41 |
| Octal | 224 | 263 | 266 | 23 | 2 | 0 | 35 | 271 | 23 | 101 |
| Binary | 10010100 | 10110011 | 10110110 | 10011 | 10 | 0 | 11101 | 10111001 | 10011 | 1000001 |
Color Harmonies of #94B3B6
Complementary color
Monochromatic Colors of #94B3B6
Black with #94B3B6
Text Example
Text Example
White with #94B3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B3B6; }
p { color: rgb(148,179,182); }
H1.HeaderClassName
{
color: #94B3B6;
}
.AnyTagClassName
{
color: #94B3B6;
}
</style>
background-color css
<style>
a { background-color: #94B3B6; }
a { background-color: rgb(148,179,182); }
div.DivClassName
{
background-color: #94B3B6;
}
.BgClassName
{
background-color: #94B3B6;
}
</style>
border-color css
<style>
span { border-color: #94B3B6; }
span { border-color: rgb(148,179,182); }
td.TdClassName
{
border-color: #94B3B6;
}
.TagClassName
{
border-color: #94B3B6;
}
</style>