Shades of Blush #BC586C
Tints of Blush #BC586C
RGB
CMYK
RGB Variations
Color information
#BC586C (or 0xBC586C) is known color: Blush. HEX triplet: BC, 58 and 6C. RGB value is (188,88,108). Sum of RGB (Red+Green+Blue) = 188+88+108=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC586C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC586C is #43A793. Grayscale: #787878. Windows color (decimal): -4433812 or 7100604. OLE color: 7100604.
HSL color Cylindrical-coordinate representation of color #BC586C: hue angle of 348º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC586C is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 108 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.26 |
| HSL | 348º | 0.43% | 0.54% | - |
| HSV(B) | 348º | 0.53% | 0.74% | - |
| XYZ | 26.94 | 18.75 | 16.39 | - |
| YUV | 120.18 | 121.13 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 108 | 0 | 0.53 | 0.43 | 0.26 | 348 | 0.43 | 0.54 |
| Hex | BC | 58 | 6C | 0 | 35 | 2B | 1A | 15C | 2B | 36 |
| Octal | 274 | 130 | 154 | 0 | 65 | 53 | 32 | 534 | 53 | 66 |
| Binary | 10111100 | 1011000 | 1101100 | 0 | 110101 | 101011 | 11010 | 101011100 | 101011 | 110110 |
Color Harmonies of #BC586C
Complementary color
Monochromatic Colors of #BC586C
Black with #BC586C
Text Example
Text Example
White with #BC586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC586C; }
p { color: rgb(188,88,108); }
H1.HeaderClassName
{
color: #BC586C;
}
.AnyTagClassName
{
color: #BC586C;
}
</style>
background-color css
<style>
a { background-color: #BC586C; }
a { background-color: rgb(188,88,108); }
div.DivClassName
{
background-color: #BC586C;
}
.BgClassName
{
background-color: #BC586C;
}
</style>
border-color css
<style>
span { border-color: #BC586C; }
span { border-color: rgb(188,88,108); }
td.TdClassName
{
border-color: #BC586C;
}
.TagClassName
{
border-color: #BC586C;
}
</style>