Shades of Blush #BC6268
Tints of Blush #BC6268
RGB
CMYK
RGB Variations
Color information
#BC6268 (or 0xBC6268) is known color: Blush. HEX triplet: BC, 62 and 68. RGB value is (188,98,104). Sum of RGB (Red+Green+Blue) = 188+98+104=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6268 is #439D97. Grayscale: #7D7D7D. Windows color (decimal): -4431256 or 6841020. OLE color: 6841020.
HSL color Cylindrical-coordinate representation of color #BC6268: hue angle of 356º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6268 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 104 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.26 |
| HSL | 356º | 0.4% | 0.56% | - |
| HSV(B) | 356º | 0.48% | 0.74% | - |
| XYZ | 27.61 | 20.43 | 15.58 | - |
| YUV | 125.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 104 | 0 | 0.48 | 0.45 | 0.26 | 356 | 0.4 | 0.56 |
| Hex | BC | 62 | 68 | 0 | 30 | 2D | 1A | 164 | 28 | 38 |
| Octal | 274 | 142 | 150 | 0 | 60 | 55 | 32 | 544 | 50 | 70 |
| Binary | 10111100 | 1100010 | 1101000 | 0 | 110000 | 101101 | 11010 | 101100100 | 101000 | 111000 |
Color Harmonies of #BC6268
Complementary color
Monochromatic Colors of #BC6268
Black with #BC6268
Text Example
Text Example
White with #BC6268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6268; }
p { color: rgb(188,98,104); }
H1.HeaderClassName
{
color: #BC6268;
}
.AnyTagClassName
{
color: #BC6268;
}
</style>
background-color css
<style>
a { background-color: #BC6268; }
a { background-color: rgb(188,98,104); }
div.DivClassName
{
background-color: #BC6268;
}
.BgClassName
{
background-color: #BC6268;
}
</style>
border-color css
<style>
span { border-color: #BC6268; }
span { border-color: rgb(188,98,104); }
td.TdClassName
{
border-color: #BC6268;
}
.TagClassName
{
border-color: #BC6268;
}
</style>