Shades of Blush #BC556E
Tints of Blush #BC556E
RGB
CMYK
RGB Variations
Color information
#BC556E (or 0xBC556E) is known color: Blush. HEX triplet: BC, 55 and 6E. RGB value is (188,85,110). Sum of RGB (Red+Green+Blue) = 188+85+110=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC556E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC556E is #43AA91. Grayscale: #767676. Windows color (decimal): -4434578 or 7230908. OLE color: 7230908.
HSL color Cylindrical-coordinate representation of color #BC556E: hue angle of 345.44º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC556E is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 110 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.26 |
| HSL | 345.44º | 0.43% | 0.54% | - |
| HSV(B) | 345.44º | 0.55% | 0.74% | - |
| XYZ | 26.8 | 18.31 | 16.87 | - |
| YUV | 118.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 110 | 0 | 0.55 | 0.41 | 0.26 | 345.44 | 0.43 | 0.54 |
| Hex | BC | 55 | 6E | 0 | 37 | 29 | 1A | 159 | 2B | 36 |
| Octal | 274 | 125 | 156 | 0 | 67 | 51 | 32 | 531 | 53 | 66 |
| Binary | 10111100 | 1010101 | 1101110 | 0 | 110111 | 101001 | 11010 | 101011001 | 101011 | 110110 |
Color Harmonies of #BC556E
Complementary color
Monochromatic Colors of #BC556E
Black with #BC556E
Text Example
Text Example
White with #BC556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC556E; }
p { color: rgb(188,85,110); }
H1.HeaderClassName
{
color: #BC556E;
}
.AnyTagClassName
{
color: #BC556E;
}
</style>
background-color css
<style>
a { background-color: #BC556E; }
a { background-color: rgb(188,85,110); }
div.DivClassName
{
background-color: #BC556E;
}
.BgClassName
{
background-color: #BC556E;
}
</style>
border-color css
<style>
span { border-color: #BC556E; }
span { border-color: rgb(188,85,110); }
td.TdClassName
{
border-color: #BC556E;
}
.TagClassName
{
border-color: #BC556E;
}
</style>