Shades of Blush #BC6668
Tints of Blush #BC6668
RGB
CMYK
RGB Variations
Color information
#BC6668 (or 0xBC6668) is known color: Blush. HEX triplet: BC, 66 and 68. RGB value is (188,102,104). Sum of RGB (Red+Green+Blue) = 188+102+104=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6668 is #439997. Grayscale: #808080. Windows color (decimal): -4430232 or 6842044. OLE color: 6842044.
HSL color Cylindrical-coordinate representation of color #BC6668: hue angle of 358.6º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6668 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 104 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.26 |
| HSL | 358.6º | 0.39% | 0.57% | - |
| HSV(B) | 358.6º | 0.46% | 0.74% | - |
| XYZ | 27.99 | 21.19 | 15.71 | - |
| YUV | 127.94 | 114.49 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 104 | 0 | 0.46 | 0.45 | 0.26 | 358.6 | 0.39 | 0.57 |
| Hex | BC | 66 | 68 | 0 | 2E | 2D | 1A | 167 | 27 | 39 |
| Octal | 274 | 146 | 150 | 0 | 56 | 55 | 32 | 547 | 47 | 71 |
| Binary | 10111100 | 1100110 | 1101000 | 0 | 101110 | 101101 | 11010 | 101100111 | 100111 | 111001 |
Color Harmonies of #BC6668
Complementary color
Monochromatic Colors of #BC6668
Black with #BC6668
Text Example
Text Example
White with #BC6668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6668; }
p { color: rgb(188,102,104); }
H1.HeaderClassName
{
color: #BC6668;
}
.AnyTagClassName
{
color: #BC6668;
}
</style>
background-color css
<style>
a { background-color: #BC6668; }
a { background-color: rgb(188,102,104); }
div.DivClassName
{
background-color: #BC6668;
}
.BgClassName
{
background-color: #BC6668;
}
</style>
border-color css
<style>
span { border-color: #BC6668; }
span { border-color: rgb(188,102,104); }
td.TdClassName
{
border-color: #BC6668;
}
.TagClassName
{
border-color: #BC6668;
}
</style>