Shades of Blush #BC4D6D
Tints of Blush #BC4D6D
RGB
CMYK
RGB Variations
Color information
#BC4D6D (or 0xBC4D6D) is known color: Blush. HEX triplet: BC, 4D and 6D. RGB value is (188,77,109). Sum of RGB (Red+Green+Blue) = 188+77+109=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D6D is #43B292. Grayscale: #717171. Windows color (decimal): -4436627 or 7163324. OLE color: 7163324.
HSL color Cylindrical-coordinate representation of color #BC4D6D: hue angle of 342.7º 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 #BC4D6D is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 109 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.26 |
| HSL | 342.7º | 0.45% | 0.52% | - |
| HSV(B) | 342.7º | 0.59% | 0.74% | - |
| XYZ | 26.15 | 17.1 | 16.39 | - |
| YUV | 113.84 | 125.27 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 109 | 0 | 0.59 | 0.42 | 0.26 | 342.7 | 0.45 | 0.52 |
| Hex | BC | 4D | 6D | 0 | 3B | 2A | 1A | 157 | 2D | 34 |
| Octal | 274 | 115 | 155 | 0 | 73 | 52 | 32 | 527 | 55 | 64 |
| Binary | 10111100 | 1001101 | 1101101 | 0 | 111011 | 101010 | 11010 | 101010111 | 101101 | 110100 |
Color Harmonies of #BC4D6D
Complementary color
Monochromatic Colors of #BC4D6D
Black with #BC4D6D
Text Example
Text Example
White with #BC4D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D6D; }
p { color: rgb(188,77,109); }
H1.HeaderClassName
{
color: #BC4D6D;
}
.AnyTagClassName
{
color: #BC4D6D;
}
</style>
background-color css
<style>
a { background-color: #BC4D6D; }
a { background-color: rgb(188,77,109); }
div.DivClassName
{
background-color: #BC4D6D;
}
.BgClassName
{
background-color: #BC4D6D;
}
</style>
border-color css
<style>
span { border-color: #BC4D6D; }
span { border-color: rgb(188,77,109); }
td.TdClassName
{
border-color: #BC4D6D;
}
.TagClassName
{
border-color: #BC4D6D;
}
</style>