Shades of Blush #BC5D6D
Tints of Blush #BC5D6D
RGB
CMYK
RGB Variations
Color information
#BC5D6D (or 0xBC5D6D) is known color: Blush. HEX triplet: BC, 5D and 6D. RGB value is (188,93,109). Sum of RGB (Red+Green+Blue) = 188+93+109=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D6D is #43A292. Grayscale: #7B7B7B. Windows color (decimal): -4432531 or 7167420. OLE color: 7167420.
HSL color Cylindrical-coordinate representation of color #BC5D6D: hue angle of 349.89º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5D6D is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 109 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.26 |
| HSL | 349.89º | 0.41% | 0.55% | - |
| HSV(B) | 349.89º | 0.51% | 0.74% | - |
| XYZ | 27.41 | 19.62 | 16.81 | - |
| YUV | 123.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 109 | 0 | 0.51 | 0.42 | 0.26 | 349.89 | 0.41 | 0.55 |
| Hex | BC | 5D | 6D | 0 | 33 | 2A | 1A | 15E | 29 | 37 |
| Octal | 274 | 135 | 155 | 0 | 63 | 52 | 32 | 536 | 51 | 67 |
| Binary | 10111100 | 1011101 | 1101101 | 0 | 110011 | 101010 | 11010 | 101011110 | 101001 | 110111 |
Color Harmonies of #BC5D6D
Complementary color
Monochromatic Colors of #BC5D6D
Black with #BC5D6D
Text Example
Text Example
White with #BC5D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D6D; }
p { color: rgb(188,93,109); }
H1.HeaderClassName
{
color: #BC5D6D;
}
.AnyTagClassName
{
color: #BC5D6D;
}
</style>
background-color css
<style>
a { background-color: #BC5D6D; }
a { background-color: rgb(188,93,109); }
div.DivClassName
{
background-color: #BC5D6D;
}
.BgClassName
{
background-color: #BC5D6D;
}
</style>
border-color css
<style>
span { border-color: #BC5D6D; }
span { border-color: rgb(188,93,109); }
td.TdClassName
{
border-color: #BC5D6D;
}
.TagClassName
{
border-color: #BC5D6D;
}
</style>