Shades of Beauty Bush #EDBCB2
Tints of Beauty Bush #EDBCB2
RGB
CMYK
RGB Variations
Color information
#EDBCB2 (or 0xEDBCB2) is known color: Beauty Bush. HEX triplet: ED, BC and B2. RGB value is (237,188,178). Sum of RGB (Red+Green+Blue) = 237+188+178=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBCB2 is #12434D. Grayscale: #C9C9C9. Windows color (decimal): -1196878 or 11713773. OLE color: 11713773.
HSL color Cylindrical-coordinate representation of color #EDBCB2: hue angle of 10.17º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDBCB2 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 178 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.07 |
| HSL | 10.17º | 0.62% | 0.81% | - |
| HSV(B) | 10.17º | 0.25% | 0.93% | - |
| XYZ | 60.94 | 57.19 | 49.95 | - |
| YUV | 201.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 178 | 0 | 0.21 | 0.25 | 0.07 | 10.17 | 0.62 | 0.81 |
| Hex | ED | BC | B2 | 0 | 15 | 19 | 7 | A | 3E | 51 |
| Octal | 355 | 274 | 262 | 0 | 25 | 31 | 7 | 12 | 76 | 121 |
| Binary | 11101101 | 10111100 | 10110010 | 0 | 10101 | 11001 | 111 | 1010 | 111110 | 1010001 |
Color Harmonies of #EDBCB2
Complementary color
Monochromatic Colors of #EDBCB2
Black with #EDBCB2
Text Example
Text Example
White with #EDBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCB2; }
p { color: rgb(237,188,178); }
H1.HeaderClassName
{
color: #EDBCB2;
}
.AnyTagClassName
{
color: #EDBCB2;
}
</style>
background-color css
<style>
a { background-color: #EDBCB2; }
a { background-color: rgb(237,188,178); }
div.DivClassName
{
background-color: #EDBCB2;
}
.BgClassName
{
background-color: #EDBCB2;
}
</style>
border-color css
<style>
span { border-color: #EDBCB2; }
span { border-color: rgb(237,188,178); }
td.TdClassName
{
border-color: #EDBCB2;
}
.TagClassName
{
border-color: #EDBCB2;
}
</style>