Shades of Viola #BD929B
Tints of Viola #BD929B
RGB
CMYK
RGB Variations
Color information
#BD929B (or 0xBD929B) is known color: Viola. HEX triplet: BD, 92 and 9B. RGB value is (189,146,155). Sum of RGB (Red+Green+Blue) = 189+146+155=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BD929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD929B is #426D64. Grayscale: #9F9F9F. Windows color (decimal): -4353381 or 10195645. OLE color: 10195645.
HSL color Cylindrical-coordinate representation of color #BD929B: hue angle of 347.44º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD929B is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 155 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.26 |
| HSL | 347.44º | 0.25% | 0.66% | - |
| HSV(B) | 347.44º | 0.23% | 0.74% | - |
| XYZ | 37.18 | 33.74 | 35.56 | - |
| YUV | 159.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 155 | 0 | 0.23 | 0.18 | 0.26 | 347.44 | 0.25 | 0.66 |
| Hex | BD | 92 | 9B | 0 | 17 | 12 | 1A | 15B | 19 | 42 |
| Octal | 275 | 222 | 233 | 0 | 27 | 22 | 32 | 533 | 31 | 102 |
| Binary | 10111101 | 10010010 | 10011011 | 0 | 10111 | 10010 | 11010 | 101011011 | 11001 | 1000010 |
Color Harmonies of #BD929B
Complementary color
Monochromatic Colors of #BD929B
Black with #BD929B
Text Example
Text Example
White with #BD929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD929B; }
p { color: rgb(189,146,155); }
H1.HeaderClassName
{
color: #BD929B;
}
.AnyTagClassName
{
color: #BD929B;
}
</style>
background-color css
<style>
a { background-color: #BD929B; }
a { background-color: rgb(189,146,155); }
div.DivClassName
{
background-color: #BD929B;
}
.BgClassName
{
background-color: #BD929B;
}
</style>
border-color css
<style>
span { border-color: #BD929B; }
span { border-color: rgb(189,146,155); }
td.TdClassName
{
border-color: #BD929B;
}
.TagClassName
{
border-color: #BD929B;
}
</style>