Shades of Blush #BC5E69
Tints of Blush #BC5E69
RGB
CMYK
RGB Variations
Color information
#BC5E69 (or 0xBC5E69) is known color: Blush. HEX triplet: BC, 5E and 69. RGB value is (188,94,105). Sum of RGB (Red+Green+Blue) = 188+94+105=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E69 is #43A196. Grayscale: #7B7B7B. Windows color (decimal): -4432279 or 6905532. OLE color: 6905532.
HSL color Cylindrical-coordinate representation of color #BC5E69: hue angle of 352.98º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5E69 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 105 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.26 |
| HSL | 352.98º | 0.41% | 0.55% | - |
| HSV(B) | 352.98º | 0.5% | 0.74% | - |
| XYZ | 27.29 | 19.72 | 15.73 | - |
| YUV | 123.36 | 117.64 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 105 | 0 | 0.50 | 0.44 | 0.26 | 352.98 | 0.41 | 0.55 |
| Hex | BC | 5E | 69 | 0 | 32 | 2C | 1A | 161 | 29 | 37 |
| Octal | 274 | 136 | 151 | 0 | 62 | 54 | 32 | 541 | 51 | 67 |
| Binary | 10111100 | 1011110 | 1101001 | 0 | 110010 | 101100 | 11010 | 101100001 | 101001 | 110111 |
Color Harmonies of #BC5E69
Complementary color
Monochromatic Colors of #BC5E69
Black with #BC5E69
Text Example
Text Example
White with #BC5E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E69; }
p { color: rgb(188,94,105); }
H1.HeaderClassName
{
color: #BC5E69;
}
.AnyTagClassName
{
color: #BC5E69;
}
</style>
background-color css
<style>
a { background-color: #BC5E69; }
a { background-color: rgb(188,94,105); }
div.DivClassName
{
background-color: #BC5E69;
}
.BgClassName
{
background-color: #BC5E69;
}
</style>
border-color css
<style>
span { border-color: #BC5E69; }
span { border-color: rgb(188,94,105); }
td.TdClassName
{
border-color: #BC5E69;
}
.TagClassName
{
border-color: #BC5E69;
}
</style>