Shades of Blush #BC5968
Tints of Blush #BC5968
RGB
CMYK
RGB Variations
Color information
#BC5968 (or 0xBC5968) is known color: Blush. HEX triplet: BC, 59 and 68. RGB value is (188,89,104). Sum of RGB (Red+Green+Blue) = 188+89+104=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5968 is #43A697. Grayscale: #787878. Windows color (decimal): -4433560 or 6838716. OLE color: 6838716.
HSL color Cylindrical-coordinate representation of color #BC5968: hue angle of 350.91º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5968 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 104 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.26 |
| HSL | 350.91º | 0.42% | 0.54% | - |
| HSV(B) | 350.91º | 0.53% | 0.74% | - |
| XYZ | 26.81 | 18.84 | 15.32 | - |
| YUV | 120.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 104 | 0 | 0.53 | 0.45 | 0.26 | 350.91 | 0.42 | 0.54 |
| Hex | BC | 59 | 68 | 0 | 35 | 2D | 1A | 15F | 2A | 36 |
| Octal | 274 | 131 | 150 | 0 | 65 | 55 | 32 | 537 | 52 | 66 |
| Binary | 10111100 | 1011001 | 1101000 | 0 | 110101 | 101101 | 11010 | 101011111 | 101010 | 110110 |
Color Harmonies of #BC5968
Complementary color
Monochromatic Colors of #BC5968
Black with #BC5968
Text Example
Text Example
White with #BC5968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5968; }
p { color: rgb(188,89,104); }
H1.HeaderClassName
{
color: #BC5968;
}
.AnyTagClassName
{
color: #BC5968;
}
</style>
background-color css
<style>
a { background-color: #BC5968; }
a { background-color: rgb(188,89,104); }
div.DivClassName
{
background-color: #BC5968;
}
.BgClassName
{
background-color: #BC5968;
}
</style>
border-color css
<style>
span { border-color: #BC5968; }
span { border-color: rgb(188,89,104); }
td.TdClassName
{
border-color: #BC5968;
}
.TagClassName
{
border-color: #BC5968;
}
</style>