Shades of Blush #BC4E6B
Tints of Blush #BC4E6B
RGB
CMYK
RGB Variations
Color information
#BC4E6B (or 0xBC4E6B) is known color: Blush. HEX triplet: BC, 4E and 6B. RGB value is (188,78,107). Sum of RGB (Red+Green+Blue) = 188+78+107=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4E6B is #43B194. Grayscale: #727272. Windows color (decimal): -4436373 or 7032508. OLE color: 7032508.
HSL color Cylindrical-coordinate representation of color #BC4E6B: hue angle of 344.18º 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 #BC4E6B is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 78 | 107 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.26 |
| HSL | 344.18º | 0.45% | 0.52% | - |
| HSV(B) | 344.18º | 0.59% | 0.74% | - |
| XYZ | 26.12 | 17.2 | 15.85 | - |
| YUV | 114.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 107 | 0 | 0.59 | 0.43 | 0.26 | 344.18 | 0.45 | 0.52 |
| Hex | BC | 4E | 6B | 0 | 3B | 2B | 1A | 158 | 2D | 34 |
| Octal | 274 | 116 | 153 | 0 | 73 | 53 | 32 | 530 | 55 | 64 |
| Binary | 10111100 | 1001110 | 1101011 | 0 | 111011 | 101011 | 11010 | 101011000 | 101101 | 110100 |
Color Harmonies of #BC4E6B
Complementary color
Monochromatic Colors of #BC4E6B
Black with #BC4E6B
Text Example
Text Example
White with #BC4E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4E6B; }
p { color: rgb(188,78,107); }
H1.HeaderClassName
{
color: #BC4E6B;
}
.AnyTagClassName
{
color: #BC4E6B;
}
</style>
background-color css
<style>
a { background-color: #BC4E6B; }
a { background-color: rgb(188,78,107); }
div.DivClassName
{
background-color: #BC4E6B;
}
.BgClassName
{
background-color: #BC4E6B;
}
</style>
border-color css
<style>
span { border-color: #BC4E6B; }
span { border-color: rgb(188,78,107); }
td.TdClassName
{
border-color: #BC4E6B;
}
.TagClassName
{
border-color: #BC4E6B;
}
</style>