Shades of Beauty Bush #ECBFBF
Tints of Beauty Bush #ECBFBF
RGB
CMYK
RGB Variations
Color information
#ECBFBF (or 0xECBFBF) is known color: Beauty Bush. HEX triplet: EC, BF and BF. RGB value is (236,191,191). Sum of RGB (Red+Green+Blue) = 236+191+191=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFBF is #134040. Grayscale: #CCCCCC. Windows color (decimal): -1261633 or 12566508. OLE color: 12566508.
HSL color Cylindrical-coordinate representation of color #ECBFBF: hue angle of 0º degrees, saturation: 0.54, 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 #ECBFBF is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 191 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.07 |
| HSL | 0º | 0.54% | 0.84% | - |
| HSV(B) | 0º | 0.19% | 0.93% | - |
| XYZ | 62.63 | 58.86 | 57.35 | - |
| YUV | 204.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 191 | 0 | 0.19 | 0.19 | 0.07 | 0 | 0.54 | 0.84 |
| Hex | EC | BF | BF | 0 | 13 | 13 | 7 | 0 | 36 | 54 |
| Octal | 354 | 277 | 277 | 0 | 23 | 23 | 7 | 0 | 66 | 124 |
| Binary | 11101100 | 10111111 | 10111111 | 0 | 10011 | 10011 | 111 | 0 | 110110 | 1010100 |
Color Harmonies of #ECBFBF
Complementary color
Monochromatic Colors of #ECBFBF
Black with #ECBFBF
Text Example
Text Example
White with #ECBFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFBF; }
p { color: rgb(236,191,191); }
H1.HeaderClassName
{
color: #ECBFBF;
}
.AnyTagClassName
{
color: #ECBFBF;
}
</style>
background-color css
<style>
a { background-color: #ECBFBF; }
a { background-color: rgb(236,191,191); }
div.DivClassName
{
background-color: #ECBFBF;
}
.BgClassName
{
background-color: #ECBFBF;
}
</style>
border-color css
<style>
span { border-color: #ECBFBF; }
span { border-color: rgb(236,191,191); }
td.TdClassName
{
border-color: #ECBFBF;
}
.TagClassName
{
border-color: #ECBFBF;
}
</style>