Shades of Beauty Bush #E8BDBC
Tints of Beauty Bush #E8BDBC
RGB
CMYK
RGB Variations
Color information
#E8BDBC (or 0xE8BDBC) is known color: Beauty Bush. HEX triplet: E8, BD and BC. RGB value is (232,189,188). Sum of RGB (Red+Green+Blue) = 232+189+188=609 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.10% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDBC is #174243. Grayscale: #C9C9C9. Windows color (decimal): -1524292 or 12369384. OLE color: 12369384.
HSL color Cylindrical-coordinate representation of color #E8BDBC: hue angle of 1.36º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8BDBC is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 189 | 188 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.09 |
| HSL | 1.36º | 0.49% | 0.82% | - |
| HSV(B) | 1.36º | 0.19% | 0.91% | - |
| XYZ | 60.55 | 57.18 | 55.42 | - |
| YUV | 201.74 | 120.25 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 188 | 0 | 0.19 | 0.19 | 0.09 | 1.36 | 0.49 | 0.82 |
| Hex | E8 | BD | BC | 0 | 13 | 13 | 9 | 1 | 31 | 52 |
| Octal | 350 | 275 | 274 | 0 | 23 | 23 | 11 | 1 | 61 | 122 |
| Binary | 11101000 | 10111101 | 10111100 | 0 | 10011 | 10011 | 1001 | 1 | 110001 | 1010010 |
Color Harmonies of #E8BDBC
Complementary color
Monochromatic Colors of #E8BDBC
Black with #E8BDBC
Text Example
Text Example
White with #E8BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BDBC; }
p { color: rgb(232,189,188); }
H1.HeaderClassName
{
color: #E8BDBC;
}
.AnyTagClassName
{
color: #E8BDBC;
}
</style>
background-color css
<style>
a { background-color: #E8BDBC; }
a { background-color: rgb(232,189,188); }
div.DivClassName
{
background-color: #E8BDBC;
}
.BgClassName
{
background-color: #E8BDBC;
}
</style>
border-color css
<style>
span { border-color: #E8BDBC; }
span { border-color: rgb(232,189,188); }
td.TdClassName
{
border-color: #E8BDBC;
}
.TagClassName
{
border-color: #E8BDBC;
}
</style>