Shades of Blush #BC4465
Tints of Blush #BC4465
RGB
CMYK
RGB Variations
Color information
#BC4465 (or 0xBC4465) is known color: Blush. HEX triplet: BC, 44 and 65. RGB value is (188,68,101). Sum of RGB (Red+Green+Blue) = 188+68+101=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4465 is #43BB9A. Grayscale: #6B6B6B. Windows color (decimal): -4438939 or 6636732. OLE color: 6636732.
HSL color Cylindrical-coordinate representation of color #BC4465: hue angle of 343.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 #BC4465 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 101 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.26 |
| HSL | 343.5º | 0.47% | 0.5% | - |
| HSV(B) | 343.5º | 0.64% | 0.74% | - |
| XYZ | 25.16 | 15.77 | 14.03 | - |
| YUV | 107.64 | 124.26 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 101 | 0 | 0.64 | 0.46 | 0.26 | 343.5 | 0.47 | 0.5 |
| Hex | BC | 44 | 65 | 0 | 40 | 2E | 1A | 158 | 2F | 32 |
| Octal | 274 | 104 | 145 | 0 | 100 | 56 | 32 | 530 | 57 | 62 |
| Binary | 10111100 | 1000100 | 1100101 | 0 | 1000000 | 101110 | 11010 | 101011000 | 101111 | 110010 |
Color Harmonies of #BC4465
Complementary color
Monochromatic Colors of #BC4465
Black with #BC4465
Text Example
Text Example
White with #BC4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4465; }
p { color: rgb(188,68,101); }
H1.HeaderClassName
{
color: #BC4465;
}
.AnyTagClassName
{
color: #BC4465;
}
</style>
background-color css
<style>
a { background-color: #BC4465; }
a { background-color: rgb(188,68,101); }
div.DivClassName
{
background-color: #BC4465;
}
.BgClassName
{
background-color: #BC4465;
}
</style>
border-color css
<style>
span { border-color: #BC4465; }
span { border-color: rgb(188,68,101); }
td.TdClassName
{
border-color: #BC4465;
}
.TagClassName
{
border-color: #BC4465;
}
</style>