Shades of Viola #BD9299
Tints of Viola #BD9299
RGB
CMYK
RGB Variations
Color information
#BD9299 (or 0xBD9299) is known color: Viola. HEX triplet: BD, 92 and 99. RGB value is (189,146,153). Sum of RGB (Red+Green+Blue) = 189+146+153=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9299 is #426D66. Grayscale: #9F9F9F. Windows color (decimal): -4353383 or 10064573. OLE color: 10064573.
HSL color Cylindrical-coordinate representation of color #BD9299: hue angle of 350.23º 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 #BD9299 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 153 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.26 |
| HSL | 350.23º | 0.25% | 0.66% | - |
| HSV(B) | 350.23º | 0.23% | 0.74% | - |
| XYZ | 37.01 | 33.68 | 34.69 | - |
| YUV | 159.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 153 | 0 | 0.23 | 0.19 | 0.26 | 350.23 | 0.25 | 0.66 |
| Hex | BD | 92 | 99 | 0 | 17 | 13 | 1A | 15E | 19 | 42 |
| Octal | 275 | 222 | 231 | 0 | 27 | 23 | 32 | 536 | 31 | 102 |
| Binary | 10111101 | 10010010 | 10011001 | 0 | 10111 | 10011 | 11010 | 101011110 | 11001 | 1000010 |
Color Harmonies of #BD9299
Complementary color
Monochromatic Colors of #BD9299
Black with #BD9299
Text Example
Text Example
White with #BD9299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9299; }
p { color: rgb(189,146,153); }
H1.HeaderClassName
{
color: #BD9299;
}
.AnyTagClassName
{
color: #BD9299;
}
</style>
background-color css
<style>
a { background-color: #BD9299; }
a { background-color: rgb(189,146,153); }
div.DivClassName
{
background-color: #BD9299;
}
.BgClassName
{
background-color: #BD9299;
}
</style>
border-color css
<style>
span { border-color: #BD9299; }
span { border-color: rgb(189,146,153); }
td.TdClassName
{
border-color: #BD9299;
}
.TagClassName
{
border-color: #BD9299;
}
</style>