Shades of Blush #BC4E6C
Tints of Blush #BC4E6C
RGB
CMYK
RGB Variations
Color information
#BC4E6C (or 0xBC4E6C) is known color: Blush. HEX triplet: BC, 4E and 6C. RGB value is (188,78,108). Sum of RGB (Red+Green+Blue) = 188+78+108=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4E6C is #43B193. Grayscale: #727272. Windows color (decimal): -4436372 or 7098044. OLE color: 7098044.
HSL color Cylindrical-coordinate representation of color #BC4E6C: hue angle of 343.64º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4E6C is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 78 | 108 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.26 |
| HSL | 343.64º | 0.45% | 0.52% | - |
| HSV(B) | 343.64º | 0.59% | 0.74% | - |
| XYZ | 26.17 | 17.22 | 16.13 | - |
| YUV | 114.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 108 | 0 | 0.59 | 0.43 | 0.26 | 343.64 | 0.45 | 0.52 |
| Hex | BC | 4E | 6C | 0 | 3B | 2B | 1A | 158 | 2D | 34 |
| Octal | 274 | 116 | 154 | 0 | 73 | 53 | 32 | 530 | 55 | 64 |
| Binary | 10111100 | 1001110 | 1101100 | 0 | 111011 | 101011 | 11010 | 101011000 | 101101 | 110100 |
Color Harmonies of #BC4E6C
Complementary color
Monochromatic Colors of #BC4E6C
Black with #BC4E6C
Text Example
Text Example
White with #BC4E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4E6C; }
p { color: rgb(188,78,108); }
H1.HeaderClassName
{
color: #BC4E6C;
}
.AnyTagClassName
{
color: #BC4E6C;
}
</style>
background-color css
<style>
a { background-color: #BC4E6C; }
a { background-color: rgb(188,78,108); }
div.DivClassName
{
background-color: #BC4E6C;
}
.BgClassName
{
background-color: #BC4E6C;
}
</style>
border-color css
<style>
span { border-color: #BC4E6C; }
span { border-color: rgb(188,78,108); }
td.TdClassName
{
border-color: #BC4E6C;
}
.TagClassName
{
border-color: #BC4E6C;
}
</style>