Shades of Shady Lady #B09FA4
Tints of Shady Lady #B09FA4
RGB
CMYK
RGB Variations
Color information
#B09FA4 (or 0xB09FA4) is known color: Shady Lady. HEX triplet: B0, 9F and A4. RGB value is (176,159,164). Sum of RGB (Red+Green+Blue) = 176+159+164=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 176 - color contains mainly: red. Hex color #B09FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09FA4 is #4F605B. Grayscale: #A4A4A4. Windows color (decimal): -5202012 or 10788784. OLE color: 10788784.
HSL color Cylindrical-coordinate representation of color #B09FA4: hue angle of 342.35º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B09FA4 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 159 | 164 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.31 |
| HSL | 342.35º | 0.1% | 0.66% | - |
| HSV(B) | 342.35º | 0.1% | 0.69% | - |
| XYZ | 37 | 36.71 | 40.26 | - |
| YUV | 164.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 164 | 0 | 0.10 | 0.07 | 0.31 | 342.35 | 0.1 | 0.66 |
| Hex | B0 | 9F | A4 | 0 | A | 7 | 1F | 156 | A | 42 |
| Octal | 260 | 237 | 244 | 0 | 12 | 7 | 37 | 526 | 12 | 102 |
| Binary | 10110000 | 10011111 | 10100100 | 0 | 1010 | 111 | 11111 | 101010110 | 1010 | 1000010 |
Color Harmonies of #B09FA4
Complementary color
Monochromatic Colors of #B09FA4
Black with #B09FA4
Text Example
Text Example
White with #B09FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09FA4; }
p { color: rgb(176,159,164); }
H1.HeaderClassName
{
color: #B09FA4;
}
.AnyTagClassName
{
color: #B09FA4;
}
</style>
background-color css
<style>
a { background-color: #B09FA4; }
a { background-color: rgb(176,159,164); }
div.DivClassName
{
background-color: #B09FA4;
}
.BgClassName
{
background-color: #B09FA4;
}
</style>
border-color css
<style>
span { border-color: #B09FA4; }
span { border-color: rgb(176,159,164); }
td.TdClassName
{
border-color: #B09FA4;
}
.TagClassName
{
border-color: #B09FA4;
}
</style>