Shades of Botticelli #94B0B6
Tints of Botticelli #94B0B6
RGB
CMYK
RGB Variations
Color information
#94B0B6 (or 0x94B0B6) is known color: Botticelli. HEX triplet: 94, B0 and B6. RGB value is (148,176,182). Sum of RGB (Red+Green+Blue) = 148+176+182=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 182 - color contains mainly: blue. Hex color #94B0B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B0B6 is #6B4F49. Grayscale: #A8A8A8. Windows color (decimal): -7032650 or 11972756. OLE color: 11972756.
HSL color Cylindrical-coordinate representation of color #94B0B6: hue angle of 190.59º 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 #94B0B6 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 176 | 182 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.29 |
| HSL | 190.59º | 0.19% | 0.65% | - |
| HSV(B) | 190.59º | 0.19% | 0.71% | - |
| XYZ | 36.18 | 40.72 | 50.21 | - |
| YUV | 168.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 176 | 182 | 0.19 | 0.03 | 0 | 0.29 | 190.59 | 0.19 | 0.65 |
| Hex | 94 | B0 | B6 | 13 | 3 | 0 | 1D | BF | 13 | 41 |
| Octal | 224 | 260 | 266 | 23 | 3 | 0 | 35 | 277 | 23 | 101 |
| Binary | 10010100 | 10110000 | 10110110 | 10011 | 11 | 0 | 11101 | 10111111 | 10011 | 1000001 |
Color Harmonies of #94B0B6
Complementary color
Monochromatic Colors of #94B0B6
Black with #94B0B6
Text Example
Text Example
White with #94B0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B0B6; }
p { color: rgb(148,176,182); }
H1.HeaderClassName
{
color: #94B0B6;
}
.AnyTagClassName
{
color: #94B0B6;
}
</style>
background-color css
<style>
a { background-color: #94B0B6; }
a { background-color: rgb(148,176,182); }
div.DivClassName
{
background-color: #94B0B6;
}
.BgClassName
{
background-color: #94B0B6;
}
</style>
border-color css
<style>
span { border-color: #94B0B6; }
span { border-color: rgb(148,176,182); }
td.TdClassName
{
border-color: #94B0B6;
}
.TagClassName
{
border-color: #94B0B6;
}
</style>