Shades of Beauty Bush #ECBFBC
Tints of Beauty Bush #ECBFBC
RGB
CMYK
RGB Variations
Color information
#ECBFBC (or 0xECBFBC) is known color: Beauty Bush. HEX triplet: EC, BF and BC. RGB value is (236,191,188). Sum of RGB (Red+Green+Blue) = 236+191+188=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFBC is #134043. Grayscale: #CCCCCC. Windows color (decimal): -1261636 or 12369900. OLE color: 12369900.
HSL color Cylindrical-coordinate representation of color #ECBFBC: hue angle of 3.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBFBC is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 188 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.07 |
| HSL | 3.75º | 0.56% | 0.83% | - |
| HSV(B) | 3.75º | 0.2% | 0.93% | - |
| XYZ | 62.3 | 58.73 | 55.63 | - |
| YUV | 204.11 | 118.91 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 188 | 0 | 0.19 | 0.20 | 0.07 | 3.75 | 0.56 | 0.83 |
| Hex | EC | BF | BC | 0 | 13 | 14 | 7 | 4 | 38 | 53 |
| Octal | 354 | 277 | 274 | 0 | 23 | 24 | 7 | 4 | 70 | 123 |
| Binary | 11101100 | 10111111 | 10111100 | 0 | 10011 | 10100 | 111 | 100 | 111000 | 1010011 |
Color Harmonies of #ECBFBC
Complementary color
Monochromatic Colors of #ECBFBC
Black with #ECBFBC
Text Example
Text Example
White with #ECBFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFBC; }
p { color: rgb(236,191,188); }
H1.HeaderClassName
{
color: #ECBFBC;
}
.AnyTagClassName
{
color: #ECBFBC;
}
</style>
background-color css
<style>
a { background-color: #ECBFBC; }
a { background-color: rgb(236,191,188); }
div.DivClassName
{
background-color: #ECBFBC;
}
.BgClassName
{
background-color: #ECBFBC;
}
</style>
border-color css
<style>
span { border-color: #ECBFBC; }
span { border-color: rgb(236,191,188); }
td.TdClassName
{
border-color: #ECBFBC;
}
.TagClassName
{
border-color: #ECBFBC;
}
</style>