Shades of Blush #BC5D66
Tints of Blush #BC5D66
RGB
CMYK
RGB Variations
Color information
#BC5D66 (or 0xBC5D66) is known color: Blush. HEX triplet: BC, 5D and 66. RGB value is (188,93,102). Sum of RGB (Red+Green+Blue) = 188+93+102=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D66 is #43A299. Grayscale: #7A7A7A. Windows color (decimal): -4432538 or 6708668. OLE color: 6708668.
HSL color Cylindrical-coordinate representation of color #BC5D66: hue angle of 354.32º 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 #BC5D66 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 102 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.26 |
| HSL | 354.32º | 0.41% | 0.55% | - |
| HSV(B) | 354.32º | 0.51% | 0.74% | - |
| XYZ | 27.05 | 19.48 | 14.9 | - |
| YUV | 122.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 102 | 0 | 0.51 | 0.46 | 0.26 | 354.32 | 0.41 | 0.55 |
| Hex | BC | 5D | 66 | 0 | 33 | 2E | 1A | 162 | 29 | 37 |
| Octal | 274 | 135 | 146 | 0 | 63 | 56 | 32 | 542 | 51 | 67 |
| Binary | 10111100 | 1011101 | 1100110 | 0 | 110011 | 101110 | 11010 | 101100010 | 101001 | 110111 |
Color Harmonies of #BC5D66
Complementary color
Monochromatic Colors of #BC5D66
Black with #BC5D66
Text Example
Text Example
White with #BC5D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D66; }
p { color: rgb(188,93,102); }
H1.HeaderClassName
{
color: #BC5D66;
}
.AnyTagClassName
{
color: #BC5D66;
}
</style>
background-color css
<style>
a { background-color: #BC5D66; }
a { background-color: rgb(188,93,102); }
div.DivClassName
{
background-color: #BC5D66;
}
.BgClassName
{
background-color: #BC5D66;
}
</style>
border-color css
<style>
span { border-color: #BC5D66; }
span { border-color: rgb(188,93,102); }
td.TdClassName
{
border-color: #BC5D66;
}
.TagClassName
{
border-color: #BC5D66;
}
</style>