Shades of Blush #BC4265
Tints of Blush #BC4265
RGB
CMYK
RGB Variations
Color information
#BC4265 (or 0xBC4265) is known color: Blush. HEX triplet: BC, 42 and 65. RGB value is (188,66,101). Sum of RGB (Red+Green+Blue) = 188+66+101=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4265 is #43BD9A. Grayscale: #6A6A6A. Windows color (decimal): -4439451 or 6636220. OLE color: 6636220.
HSL color Cylindrical-coordinate representation of color #BC4265: hue angle of 342.79º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4265 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 101 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.26 |
| HSL | 342.79º | 0.48% | 0.5% | - |
| HSV(B) | 342.79º | 0.65% | 0.74% | - |
| XYZ | 25.04 | 15.53 | 13.99 | - |
| YUV | 106.47 | 124.92 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 101 | 0 | 0.65 | 0.46 | 0.26 | 342.79 | 0.48 | 0.5 |
| Hex | BC | 42 | 65 | 0 | 41 | 2E | 1A | 157 | 30 | 32 |
| Octal | 274 | 102 | 145 | 0 | 101 | 56 | 32 | 527 | 60 | 62 |
| Binary | 10111100 | 1000010 | 1100101 | 0 | 1000001 | 101110 | 11010 | 101010111 | 110000 | 110010 |
Color Harmonies of #BC4265
Complementary color
Monochromatic Colors of #BC4265
Black with #BC4265
Text Example
Text Example
White with #BC4265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4265; }
p { color: rgb(188,66,101); }
H1.HeaderClassName
{
color: #BC4265;
}
.AnyTagClassName
{
color: #BC4265;
}
</style>
background-color css
<style>
a { background-color: #BC4265; }
a { background-color: rgb(188,66,101); }
div.DivClassName
{
background-color: #BC4265;
}
.BgClassName
{
background-color: #BC4265;
}
</style>
border-color css
<style>
span { border-color: #BC4265; }
span { border-color: rgb(188,66,101); }
td.TdClassName
{
border-color: #BC4265;
}
.TagClassName
{
border-color: #BC4265;
}
</style>