Shades of Shady Lady #B294A5
Tints of Shady Lady #B294A5
RGB
CMYK
RGB Variations
Color information
#B294A5 (or 0xB294A5) is known color: Shady Lady. HEX triplet: B2, 94 and A5. RGB value is (178,148,165). Sum of RGB (Red+Green+Blue) = 178+148+165=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 178 - color contains mainly: red. Hex color #B294A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B294A5 is #4D6B5A. Grayscale: #9E9E9E. Windows color (decimal): -5073755 or 10851506. OLE color: 10851506.
HSL color Cylindrical-coordinate representation of color #B294A5: hue angle of 326º 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 #B294A5 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 148 | 165 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.30 |
| HSL | 326º | 0.16% | 0.64% | - |
| HSV(B) | 326º | 0.17% | 0.7% | - |
| XYZ | 35.74 | 33.36 | 40.15 | - |
| YUV | 158.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 165 | 0 | 0.17 | 0.07 | 0.30 | 326 | 0.16 | 0.64 |
| Hex | B2 | 94 | A5 | 0 | 11 | 7 | 1E | 146 | 10 | 40 |
| Octal | 262 | 224 | 245 | 0 | 21 | 7 | 36 | 506 | 20 | 100 |
| Binary | 10110010 | 10010100 | 10100101 | 0 | 10001 | 111 | 11110 | 101000110 | 10000 | 1000000 |
Color Harmonies of #B294A5
Complementary color
Monochromatic Colors of #B294A5
Black with #B294A5
Text Example
Text Example
White with #B294A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B294A5; }
p { color: rgb(178,148,165); }
H1.HeaderClassName
{
color: #B294A5;
}
.AnyTagClassName
{
color: #B294A5;
}
</style>
background-color css
<style>
a { background-color: #B294A5; }
a { background-color: rgb(178,148,165); }
div.DivClassName
{
background-color: #B294A5;
}
.BgClassName
{
background-color: #B294A5;
}
</style>
border-color css
<style>
span { border-color: #B294A5; }
span { border-color: rgb(178,148,165); }
td.TdClassName
{
border-color: #B294A5;
}
.TagClassName
{
border-color: #B294A5;
}
</style>