Shades of Shady Lady #B294A1
Tints of Shady Lady #B294A1
RGB
CMYK
RGB Variations
Color information
#B294A1 (or 0xB294A1) is known color: Shady Lady. HEX triplet: B2, 94 and A1. RGB value is (178,148,161). Sum of RGB (Red+Green+Blue) = 178+148+161=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B294A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B294A1 is #4D6B5E. Grayscale: #9E9E9E. Windows color (decimal): -5073759 or 10589362. OLE color: 10589362.
HSL color Cylindrical-coordinate representation of color #B294A1: hue angle of 334º 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 #B294A1 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 148 | 161 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.30 |
| HSL | 334º | 0.16% | 0.64% | - |
| HSV(B) | 334º | 0.17% | 0.7% | - |
| XYZ | 35.38 | 33.22 | 38.27 | - |
| YUV | 158.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 161 | 0 | 0.17 | 0.10 | 0.30 | 334 | 0.16 | 0.64 |
| Hex | B2 | 94 | A1 | 0 | 11 | A | 1E | 14E | 10 | 40 |
| Octal | 262 | 224 | 241 | 0 | 21 | 12 | 36 | 516 | 20 | 100 |
| Binary | 10110010 | 10010100 | 10100001 | 0 | 10001 | 1010 | 11110 | 101001110 | 10000 | 1000000 |
Color Harmonies of #B294A1
Complementary color
Monochromatic Colors of #B294A1
Black with #B294A1
Text Example
Text Example
White with #B294A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B294A1; }
p { color: rgb(178,148,161); }
H1.HeaderClassName
{
color: #B294A1;
}
.AnyTagClassName
{
color: #B294A1;
}
</style>
background-color css
<style>
a { background-color: #B294A1; }
a { background-color: rgb(178,148,161); }
div.DivClassName
{
background-color: #B294A1;
}
.BgClassName
{
background-color: #B294A1;
}
</style>
border-color css
<style>
span { border-color: #B294A1; }
span { border-color: rgb(178,148,161); }
td.TdClassName
{
border-color: #B294A1;
}
.TagClassName
{
border-color: #B294A1;
}
</style>