Shades of Viola #BD8998
Tints of Viola #BD8998
RGB
CMYK
RGB Variations
Color information
#BD8998 (or 0xBD8998) is known color: Viola. HEX triplet: BD, 89 and 98. RGB value is (189,137,152). Sum of RGB (Red+Green+Blue) = 189+137+152=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8998 is #427667. Grayscale: #9A9A9A. Windows color (decimal): -4355688 or 9996733. OLE color: 9996733.
HSL color Cylindrical-coordinate representation of color #BD8998: hue angle of 342.69º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD8998 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 152 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.26 |
| HSL | 342.69º | 0.28% | 0.64% | - |
| HSV(B) | 342.69º | 0.28% | 0.74% | - |
| XYZ | 35.6 | 30.98 | 33.81 | - |
| YUV | 154.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 152 | 0 | 0.28 | 0.20 | 0.26 | 342.69 | 0.28 | 0.64 |
| Hex | BD | 89 | 98 | 0 | 1C | 14 | 1A | 157 | 1C | 40 |
| Octal | 275 | 211 | 230 | 0 | 34 | 24 | 32 | 527 | 34 | 100 |
| Binary | 10111101 | 10001001 | 10011000 | 0 | 11100 | 10100 | 11010 | 101010111 | 11100 | 1000000 |
Color Harmonies of #BD8998
Complementary color
Monochromatic Colors of #BD8998
Black with #BD8998
Text Example
Text Example
White with #BD8998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8998; }
p { color: rgb(189,137,152); }
H1.HeaderClassName
{
color: #BD8998;
}
.AnyTagClassName
{
color: #BD8998;
}
</style>
background-color css
<style>
a { background-color: #BD8998; }
a { background-color: rgb(189,137,152); }
div.DivClassName
{
background-color: #BD8998;
}
.BgClassName
{
background-color: #BD8998;
}
</style>
border-color css
<style>
span { border-color: #BD8998; }
span { border-color: rgb(189,137,152); }
td.TdClassName
{
border-color: #BD8998;
}
.TagClassName
{
border-color: #BD8998;
}
</style>