Shades of Shady Lady #B294A2
Tints of Shady Lady #B294A2
RGB
CMYK
RGB Variations
Color information
#B294A2 (or 0xB294A2) is known color: Shady Lady. HEX triplet: B2, 94 and A2. RGB value is (178,148,162). Sum of RGB (Red+Green+Blue) = 178+148+162=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 178 - color contains mainly: red. Hex color #B294A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B294A2 is #4D6B5D. Grayscale: #9E9E9E. Windows color (decimal): -5073758 or 10654898. OLE color: 10654898.
HSL color Cylindrical-coordinate representation of color #B294A2: hue angle of 332º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B294A2 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 148 | 162 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.30 |
| HSL | 332º | 0.16% | 0.64% | - |
| HSV(B) | 332º | 0.17% | 0.7% | - |
| XYZ | 35.47 | 33.25 | 38.73 | - |
| YUV | 158.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 162 | 0 | 0.17 | 0.09 | 0.30 | 332 | 0.16 | 0.64 |
| Hex | B2 | 94 | A2 | 0 | 11 | 9 | 1E | 14C | 10 | 40 |
| Octal | 262 | 224 | 242 | 0 | 21 | 11 | 36 | 514 | 20 | 100 |
| Binary | 10110010 | 10010100 | 10100010 | 0 | 10001 | 1001 | 11110 | 101001100 | 10000 | 1000000 |
Color Harmonies of #B294A2
Complementary color
Monochromatic Colors of #B294A2
Black with #B294A2
Text Example
Text Example
White with #B294A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B294A2; }
p { color: rgb(178,148,162); }
H1.HeaderClassName
{
color: #B294A2;
}
.AnyTagClassName
{
color: #B294A2;
}
</style>
background-color css
<style>
a { background-color: #B294A2; }
a { background-color: rgb(178,148,162); }
div.DivClassName
{
background-color: #B294A2;
}
.BgClassName
{
background-color: #B294A2;
}
</style>
border-color css
<style>
span { border-color: #B294A2; }
span { border-color: rgb(178,148,162); }
td.TdClassName
{
border-color: #B294A2;
}
.TagClassName
{
border-color: #B294A2;
}
</style>