Shades of Viola #BD959E
Tints of Viola #BD959E
RGB
CMYK
RGB Variations
Color information
#BD959E (or 0xBD959E) is known color: Viola. HEX triplet: BD, 95 and 9E. RGB value is (189,149,158). Sum of RGB (Red+Green+Blue) = 189+149+158=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BD959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD959E is #426A61. Grayscale: #A1A1A1. Windows color (decimal): -4352610 or 10393021. OLE color: 10393021.
HSL color Cylindrical-coordinate representation of color #BD959E: hue angle of 346.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BD959E is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 158 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.26 |
| HSL | 346.5º | 0.23% | 0.66% | - |
| HSV(B) | 346.5º | 0.21% | 0.74% | - |
| XYZ | 37.91 | 34.78 | 37.06 | - |
| YUV | 161.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 158 | 0 | 0.21 | 0.16 | 0.26 | 346.5 | 0.23 | 0.66 |
| Hex | BD | 95 | 9E | 0 | 15 | 10 | 1A | 15A | 17 | 42 |
| Octal | 275 | 225 | 236 | 0 | 25 | 20 | 32 | 532 | 27 | 102 |
| Binary | 10111101 | 10010101 | 10011110 | 0 | 10101 | 10000 | 11010 | 101011010 | 10111 | 1000010 |
Color Harmonies of #BD959E
Complementary color
Monochromatic Colors of #BD959E
Black with #BD959E
Text Example
Text Example
White with #BD959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD959E; }
p { color: rgb(189,149,158); }
H1.HeaderClassName
{
color: #BD959E;
}
.AnyTagClassName
{
color: #BD959E;
}
</style>
background-color css
<style>
a { background-color: #BD959E; }
a { background-color: rgb(189,149,158); }
div.DivClassName
{
background-color: #BD959E;
}
.BgClassName
{
background-color: #BD959E;
}
</style>
border-color css
<style>
span { border-color: #BD959E; }
span { border-color: rgb(189,149,158); }
td.TdClassName
{
border-color: #BD959E;
}
.TagClassName
{
border-color: #BD959E;
}
</style>