Shades of Viola #BD898E
Tints of Viola #BD898E
RGB
CMYK
RGB Variations
Color information
#BD898E (or 0xBD898E) is known color: Viola. HEX triplet: BD, 89 and 8E. RGB value is (189,137,142). Sum of RGB (Red+Green+Blue) = 189+137+142=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD898E is #427671. Grayscale: #999999. Windows color (decimal): -4355698 or 9341373. OLE color: 9341373.
HSL color Cylindrical-coordinate representation of color #BD898E: hue angle of 354.23º 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 #BD898E is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 142 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.26 |
| HSL | 354.23º | 0.28% | 0.64% | - |
| HSV(B) | 354.23º | 0.28% | 0.74% | - |
| XYZ | 34.81 | 30.66 | 29.67 | - |
| YUV | 153.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 142 | 0 | 0.28 | 0.25 | 0.26 | 354.23 | 0.28 | 0.64 |
| Hex | BD | 89 | 8E | 0 | 1C | 19 | 1A | 162 | 1C | 40 |
| Octal | 275 | 211 | 216 | 0 | 34 | 31 | 32 | 542 | 34 | 100 |
| Binary | 10111101 | 10001001 | 10001110 | 0 | 11100 | 11001 | 11010 | 101100010 | 11100 | 1000000 |
Color Harmonies of #BD898E
Complementary color
Monochromatic Colors of #BD898E
Black with #BD898E
Text Example
Text Example
White with #BD898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD898E; }
p { color: rgb(189,137,142); }
H1.HeaderClassName
{
color: #BD898E;
}
.AnyTagClassName
{
color: #BD898E;
}
</style>
background-color css
<style>
a { background-color: #BD898E; }
a { background-color: rgb(189,137,142); }
div.DivClassName
{
background-color: #BD898E;
}
.BgClassName
{
background-color: #BD898E;
}
</style>
border-color css
<style>
span { border-color: #BD898E; }
span { border-color: rgb(189,137,142); }
td.TdClassName
{
border-color: #BD898E;
}
.TagClassName
{
border-color: #BD898E;
}
</style>