Shades of Shady Lady #B28F9F
Tints of Shady Lady #B28F9F
RGB
CMYK
RGB Variations
Color information
#B28F9F (or 0xB28F9F) is known color: Shady Lady. HEX triplet: B2, 8F and 9F. RGB value is (178,143,159). Sum of RGB (Red+Green+Blue) = 178+143+159=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28F9F is #4D7060. Grayscale: #9B9B9B. Windows color (decimal): -5075041 or 10457010. OLE color: 10457010.
HSL color Cylindrical-coordinate representation of color #B28F9F: hue angle of 332.57º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B28F9F is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 143 | 159 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.30 |
| HSL | 332.57º | 0.19% | 0.63% | - |
| HSV(B) | 332.57º | 0.2% | 0.7% | - |
| XYZ | 34.44 | 31.61 | 37.09 | - |
| YUV | 155.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 159 | 0 | 0.20 | 0.11 | 0.30 | 332.57 | 0.19 | 0.63 |
| Hex | B2 | 8F | 9F | 0 | 14 | B | 1E | 14D | 13 | 3F |
| Octal | 262 | 217 | 237 | 0 | 24 | 13 | 36 | 515 | 23 | 77 |
| Binary | 10110010 | 10001111 | 10011111 | 0 | 10100 | 1011 | 11110 | 101001101 | 10011 | 111111 |
Color Harmonies of #B28F9F
Complementary color
Monochromatic Colors of #B28F9F
Black with #B28F9F
Text Example
Text Example
White with #B28F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28F9F; }
p { color: rgb(178,143,159); }
H1.HeaderClassName
{
color: #B28F9F;
}
.AnyTagClassName
{
color: #B28F9F;
}
</style>
background-color css
<style>
a { background-color: #B28F9F; }
a { background-color: rgb(178,143,159); }
div.DivClassName
{
background-color: #B28F9F;
}
.BgClassName
{
background-color: #B28F9F;
}
</style>
border-color css
<style>
span { border-color: #B28F9F; }
span { border-color: rgb(178,143,159); }
td.TdClassName
{
border-color: #B28F9F;
}
.TagClassName
{
border-color: #B28F9F;
}
</style>