Shades of Blush #BC4C68
Tints of Blush #BC4C68
RGB
CMYK
RGB Variations
Color information
#BC4C68 (or 0xBC4C68) is known color: Blush. HEX triplet: BC, 4C and 68. RGB value is (188,76,104). Sum of RGB (Red+Green+Blue) = 188+76+104=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4C68 is #43B397. Grayscale: #707070. Windows color (decimal): -4436888 or 6835388. OLE color: 6835388.
HSL color Cylindrical-coordinate representation of color #BC4C68: hue angle of 345º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4C68 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 104 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.26 |
| HSL | 345º | 0.46% | 0.52% | - |
| HSV(B) | 345º | 0.6% | 0.74% | - |
| XYZ | 25.82 | 16.86 | 14.99 | - |
| YUV | 112.68 | 123.11 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 104 | 0 | 0.60 | 0.45 | 0.26 | 345 | 0.46 | 0.52 |
| Hex | BC | 4C | 68 | 0 | 3C | 2D | 1A | 159 | 2E | 34 |
| Octal | 274 | 114 | 150 | 0 | 74 | 55 | 32 | 531 | 56 | 64 |
| Binary | 10111100 | 1001100 | 1101000 | 0 | 111100 | 101101 | 11010 | 101011001 | 101110 | 110100 |
Color Harmonies of #BC4C68
Complementary color
Monochromatic Colors of #BC4C68
Black with #BC4C68
Text Example
Text Example
White with #BC4C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4C68; }
p { color: rgb(188,76,104); }
H1.HeaderClassName
{
color: #BC4C68;
}
.AnyTagClassName
{
color: #BC4C68;
}
</style>
background-color css
<style>
a { background-color: #BC4C68; }
a { background-color: rgb(188,76,104); }
div.DivClassName
{
background-color: #BC4C68;
}
.BgClassName
{
background-color: #BC4C68;
}
</style>
border-color css
<style>
span { border-color: #BC4C68; }
span { border-color: rgb(188,76,104); }
td.TdClassName
{
border-color: #BC4C68;
}
.TagClassName
{
border-color: #BC4C68;
}
</style>