Shades of Beauty Bush #EDBCB8
Tints of Beauty Bush #EDBCB8
RGB
CMYK
RGB Variations
Color information
#EDBCB8 (or 0xEDBCB8) is known color: Beauty Bush. HEX triplet: ED, BC and B8. RGB value is (237,188,184). Sum of RGB (Red+Green+Blue) = 237+188+184=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 184 (72.27% from 255 or 30.21% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCB8 is #124347. Grayscale: #CACACA. Windows color (decimal): -1196872 or 12106989. OLE color: 12106989.
HSL color Cylindrical-coordinate representation of color #EDBCB8: hue angle of 4.53º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBCB8 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 184 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.07 |
| HSL | 4.53º | 0.6% | 0.83% | - |
| HSV(B) | 4.53º | 0.22% | 0.93% | - |
| XYZ | 61.56 | 57.43 | 53.19 | - |
| YUV | 202.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 184 | 0 | 0.21 | 0.22 | 0.07 | 4.53 | 0.6 | 0.83 |
| Hex | ED | BC | B8 | 0 | 15 | 16 | 7 | 5 | 3C | 53 |
| Octal | 355 | 274 | 270 | 0 | 25 | 26 | 7 | 5 | 74 | 123 |
| Binary | 11101101 | 10111100 | 10111000 | 0 | 10101 | 10110 | 111 | 101 | 111100 | 1010011 |
Color Harmonies of #EDBCB8
Complementary color
Monochromatic Colors of #EDBCB8
Black with #EDBCB8
Text Example
Text Example
White with #EDBCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCB8; }
p { color: rgb(237,188,184); }
H1.HeaderClassName
{
color: #EDBCB8;
}
.AnyTagClassName
{
color: #EDBCB8;
}
</style>
background-color css
<style>
a { background-color: #EDBCB8; }
a { background-color: rgb(237,188,184); }
div.DivClassName
{
background-color: #EDBCB8;
}
.BgClassName
{
background-color: #EDBCB8;
}
</style>
border-color css
<style>
span { border-color: #EDBCB8; }
span { border-color: rgb(237,188,184); }
td.TdClassName
{
border-color: #EDBCB8;
}
.TagClassName
{
border-color: #EDBCB8;
}
</style>