Shades of Beauty Bush #EDBFBF
Tints of Beauty Bush #EDBFBF
RGB
CMYK
RGB Variations
Color information
#EDBFBF (or 0xEDBFBF) is known color: Beauty Bush. HEX triplet: ED, BF and BF. RGB value is (237,191,191). Sum of RGB (Red+Green+Blue) = 237+191+191=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFBF is #124040. Grayscale: #CCCCCC. Windows color (decimal): -1196097 or 12566509. OLE color: 12566509.
HSL color Cylindrical-coordinate representation of color #EDBFBF: hue angle of 0º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDBFBF is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 191 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.07 |
| HSL | 0º | 0.56% | 0.84% | - |
| HSV(B) | 0º | 0.19% | 0.93% | - |
| XYZ | 62.96 | 59.03 | 57.37 | - |
| YUV | 204.75 | 120.24 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 191 | 0 | 0.19 | 0.19 | 0.07 | 0 | 0.56 | 0.84 |
| Hex | ED | BF | BF | 0 | 13 | 13 | 7 | 0 | 38 | 54 |
| Octal | 355 | 277 | 277 | 0 | 23 | 23 | 7 | 0 | 70 | 124 |
| Binary | 11101101 | 10111111 | 10111111 | 0 | 10011 | 10011 | 111 | 0 | 111000 | 1010100 |
Color Harmonies of #EDBFBF
Complementary color
Monochromatic Colors of #EDBFBF
Black with #EDBFBF
Text Example
Text Example
White with #EDBFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBFBF; }
p { color: rgb(237,191,191); }
H1.HeaderClassName
{
color: #EDBFBF;
}
.AnyTagClassName
{
color: #EDBFBF;
}
</style>
background-color css
<style>
a { background-color: #EDBFBF; }
a { background-color: rgb(237,191,191); }
div.DivClassName
{
background-color: #EDBFBF;
}
.BgClassName
{
background-color: #EDBFBF;
}
</style>
border-color css
<style>
span { border-color: #EDBFBF; }
span { border-color: rgb(237,191,191); }
td.TdClassName
{
border-color: #EDBFBF;
}
.TagClassName
{
border-color: #EDBFBF;
}
</style>