Shades of Viola #BD939C
Tints of Viola #BD939C
RGB
CMYK
RGB Variations
Color information
#BD939C (or 0xBD939C) is known color: Viola. HEX triplet: BD, 93 and 9C. RGB value is (189,147,156). Sum of RGB (Red+Green+Blue) = 189+147+156=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD939C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD939C is #426C63. Grayscale: #A0A0A0. Windows color (decimal): -4353124 or 10261437. OLE color: 10261437.
HSL color Cylindrical-coordinate representation of color #BD939C: hue angle of 347.14º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD939C is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 156 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.26 |
| HSL | 347.14º | 0.24% | 0.66% | - |
| HSV(B) | 347.14º | 0.22% | 0.74% | - |
| XYZ | 37.42 | 34.09 | 36.06 | - |
| YUV | 160.58 | 125.41 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 156 | 0 | 0.22 | 0.17 | 0.26 | 347.14 | 0.24 | 0.66 |
| Hex | BD | 93 | 9C | 0 | 16 | 11 | 1A | 15B | 18 | 42 |
| Octal | 275 | 223 | 234 | 0 | 26 | 21 | 32 | 533 | 30 | 102 |
| Binary | 10111101 | 10010011 | 10011100 | 0 | 10110 | 10001 | 11010 | 101011011 | 11000 | 1000010 |
Color Harmonies of #BD939C
Complementary color
Monochromatic Colors of #BD939C
Black with #BD939C
Text Example
Text Example
White with #BD939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD939C; }
p { color: rgb(189,147,156); }
H1.HeaderClassName
{
color: #BD939C;
}
.AnyTagClassName
{
color: #BD939C;
}
</style>
background-color css
<style>
a { background-color: #BD939C; }
a { background-color: rgb(189,147,156); }
div.DivClassName
{
background-color: #BD939C;
}
.BgClassName
{
background-color: #BD939C;
}
</style>
border-color css
<style>
span { border-color: #BD939C; }
span { border-color: rgb(189,147,156); }
td.TdClassName
{
border-color: #BD939C;
}
.TagClassName
{
border-color: #BD939C;
}
</style>