Shades of Blush #BC5668
Tints of Blush #BC5668
RGB
CMYK
RGB Variations
Color information
#BC5668 (or 0xBC5668) is known color: Blush. HEX triplet: BC, 56 and 68. RGB value is (188,86,104). Sum of RGB (Red+Green+Blue) = 188+86+104=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5668 is #43A997. Grayscale: #767676. Windows color (decimal): -4434328 or 6837948. OLE color: 6837948.
HSL color Cylindrical-coordinate representation of color #BC5668: hue angle of 349.41º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC5668 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 104 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.26 |
| HSL | 349.41º | 0.43% | 0.54% | - |
| HSV(B) | 349.41º | 0.54% | 0.74% | - |
| XYZ | 26.57 | 18.35 | 15.24 | - |
| YUV | 118.55 | 119.79 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 104 | 0 | 0.54 | 0.45 | 0.26 | 349.41 | 0.43 | 0.54 |
| Hex | BC | 56 | 68 | 0 | 36 | 2D | 1A | 15D | 2B | 36 |
| Octal | 274 | 126 | 150 | 0 | 66 | 55 | 32 | 535 | 53 | 66 |
| Binary | 10111100 | 1010110 | 1101000 | 0 | 110110 | 101101 | 11010 | 101011101 | 101011 | 110110 |
Color Harmonies of #BC5668
Complementary color
Monochromatic Colors of #BC5668
Black with #BC5668
Text Example
Text Example
White with #BC5668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5668; }
p { color: rgb(188,86,104); }
H1.HeaderClassName
{
color: #BC5668;
}
.AnyTagClassName
{
color: #BC5668;
}
</style>
background-color css
<style>
a { background-color: #BC5668; }
a { background-color: rgb(188,86,104); }
div.DivClassName
{
background-color: #BC5668;
}
.BgClassName
{
background-color: #BC5668;
}
</style>
border-color css
<style>
span { border-color: #BC5668; }
span { border-color: rgb(188,86,104); }
td.TdClassName
{
border-color: #BC5668;
}
.TagClassName
{
border-color: #BC5668;
}
</style>