Shades of Blush #BC5C69
Tints of Blush #BC5C69
RGB
CMYK
RGB Variations
Color information
#BC5C69 (or 0xBC5C69) is known color: Blush. HEX triplet: BC, 5C and 69. RGB value is (188,92,105). Sum of RGB (Red+Green+Blue) = 188+92+105=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5C69 is #43A396. Grayscale: #7A7A7A. Windows color (decimal): -4432791 or 6905020. OLE color: 6905020.
HSL color Cylindrical-coordinate representation of color #BC5C69: hue angle of 351.88º degrees, saturation: 0.42, 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 #BC5C69 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 105 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.26 |
| HSL | 351.88º | 0.42% | 0.55% | - |
| HSV(B) | 351.88º | 0.51% | 0.74% | - |
| XYZ | 27.12 | 19.37 | 15.67 | - |
| YUV | 122.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 105 | 0 | 0.51 | 0.44 | 0.26 | 351.88 | 0.42 | 0.55 |
| Hex | BC | 5C | 69 | 0 | 33 | 2C | 1A | 160 | 2A | 37 |
| Octal | 274 | 134 | 151 | 0 | 63 | 54 | 32 | 540 | 52 | 67 |
| Binary | 10111100 | 1011100 | 1101001 | 0 | 110011 | 101100 | 11010 | 101100000 | 101010 | 110111 |
Color Harmonies of #BC5C69
Complementary color
Monochromatic Colors of #BC5C69
Black with #BC5C69
Text Example
Text Example
White with #BC5C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5C69; }
p { color: rgb(188,92,105); }
H1.HeaderClassName
{
color: #BC5C69;
}
.AnyTagClassName
{
color: #BC5C69;
}
</style>
background-color css
<style>
a { background-color: #BC5C69; }
a { background-color: rgb(188,92,105); }
div.DivClassName
{
background-color: #BC5C69;
}
.BgClassName
{
background-color: #BC5C69;
}
</style>
border-color css
<style>
span { border-color: #BC5C69; }
span { border-color: rgb(188,92,105); }
td.TdClassName
{
border-color: #BC5C69;
}
.TagClassName
{
border-color: #BC5C69;
}
</style>