Shades of Blush #BC4467
Tints of Blush #BC4467
RGB
CMYK
RGB Variations
Color information
#BC4467 (or 0xBC4467) is known color: Blush. HEX triplet: BC, 44 and 67. RGB value is (188,68,103). Sum of RGB (Red+Green+Blue) = 188+68+103=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4467 is #43BB98. Grayscale: #6B6B6B. Windows color (decimal): -4438937 or 6767804. OLE color: 6767804.
HSL color Cylindrical-coordinate representation of color #BC4467: hue angle of 342.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4467 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 103 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.26 |
| HSL | 342.5º | 0.47% | 0.5% | - |
| HSV(B) | 342.5º | 0.64% | 0.74% | - |
| XYZ | 25.25 | 15.8 | 14.55 | - |
| YUV | 107.87 | 125.26 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 103 | 0 | 0.64 | 0.45 | 0.26 | 342.5 | 0.47 | 0.5 |
| Hex | BC | 44 | 67 | 0 | 40 | 2D | 1A | 156 | 2F | 32 |
| Octal | 274 | 104 | 147 | 0 | 100 | 55 | 32 | 526 | 57 | 62 |
| Binary | 10111100 | 1000100 | 1100111 | 0 | 1000000 | 101101 | 11010 | 101010110 | 101111 | 110010 |
Color Harmonies of #BC4467
Complementary color
Monochromatic Colors of #BC4467
Black with #BC4467
Text Example
Text Example
White with #BC4467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4467; }
p { color: rgb(188,68,103); }
H1.HeaderClassName
{
color: #BC4467;
}
.AnyTagClassName
{
color: #BC4467;
}
</style>
background-color css
<style>
a { background-color: #BC4467; }
a { background-color: rgb(188,68,103); }
div.DivClassName
{
background-color: #BC4467;
}
.BgClassName
{
background-color: #BC4467;
}
</style>
border-color css
<style>
span { border-color: #BC4467; }
span { border-color: rgb(188,68,103); }
td.TdClassName
{
border-color: #BC4467;
}
.TagClassName
{
border-color: #BC4467;
}
</style>