Shades of Blush #BC5D68
Tints of Blush #BC5D68
RGB
CMYK
RGB Variations
Color information
#BC5D68 (or 0xBC5D68) is known color: Blush. HEX triplet: BC, 5D and 68. RGB value is (188,93,104). Sum of RGB (Red+Green+Blue) = 188+93+104=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D68 is #43A297. Grayscale: #7A7A7A. Windows color (decimal): -4432536 or 6839740. OLE color: 6839740.
HSL color Cylindrical-coordinate representation of color #BC5D68: hue angle of 353.05º 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 #BC5D68 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 104 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.26 |
| HSL | 353.05º | 0.41% | 0.55% | - |
| HSV(B) | 353.05º | 0.51% | 0.74% | - |
| XYZ | 27.15 | 19.52 | 15.43 | - |
| YUV | 122.66 | 117.47 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 104 | 0 | 0.51 | 0.45 | 0.26 | 353.05 | 0.41 | 0.55 |
| Hex | BC | 5D | 68 | 0 | 33 | 2D | 1A | 161 | 29 | 37 |
| Octal | 274 | 135 | 150 | 0 | 63 | 55 | 32 | 541 | 51 | 67 |
| Binary | 10111100 | 1011101 | 1101000 | 0 | 110011 | 101101 | 11010 | 101100001 | 101001 | 110111 |
Color Harmonies of #BC5D68
Complementary color
Monochromatic Colors of #BC5D68
Black with #BC5D68
Text Example
Text Example
White with #BC5D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D68; }
p { color: rgb(188,93,104); }
H1.HeaderClassName
{
color: #BC5D68;
}
.AnyTagClassName
{
color: #BC5D68;
}
</style>
background-color css
<style>
a { background-color: #BC5D68; }
a { background-color: rgb(188,93,104); }
div.DivClassName
{
background-color: #BC5D68;
}
.BgClassName
{
background-color: #BC5D68;
}
</style>
border-color css
<style>
span { border-color: #BC5D68; }
span { border-color: rgb(188,93,104); }
td.TdClassName
{
border-color: #BC5D68;
}
.TagClassName
{
border-color: #BC5D68;
}
</style>