Shades of Blush #BD556C
Tints of Blush #BD556C
RGB
CMYK
RGB Variations
Color information
#BD556C (or 0xBD556C) is known color: Blush. HEX triplet: BD, 55 and 6C. RGB value is (189,85,108). Sum of RGB (Red+Green+Blue) = 189+85+108=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD556C is #42AA93. Grayscale: #767676. Windows color (decimal): -4369044 or 7099837. OLE color: 7099837.
HSL color Cylindrical-coordinate representation of color #BD556C: hue angle of 346.73º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD556C is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 108 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.26 |
| HSL | 346.73º | 0.44% | 0.54% | - |
| HSV(B) | 346.73º | 0.55% | 0.74% | - |
| XYZ | 26.94 | 18.4 | 16.32 | - |
| YUV | 118.72 | 121.96 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 108 | 0 | 0.55 | 0.43 | 0.26 | 346.73 | 0.44 | 0.54 |
| Hex | BD | 55 | 6C | 0 | 37 | 2B | 1A | 15B | 2C | 36 |
| Octal | 275 | 125 | 154 | 0 | 67 | 53 | 32 | 533 | 54 | 66 |
| Binary | 10111101 | 1010101 | 1101100 | 0 | 110111 | 101011 | 11010 | 101011011 | 101100 | 110110 |
Color Harmonies of #BD556C
Complementary color
Monochromatic Colors of #BD556C
Black with #BD556C
Text Example
Text Example
White with #BD556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD556C; }
p { color: rgb(189,85,108); }
H1.HeaderClassName
{
color: #BD556C;
}
.AnyTagClassName
{
color: #BD556C;
}
</style>
background-color css
<style>
a { background-color: #BD556C; }
a { background-color: rgb(189,85,108); }
div.DivClassName
{
background-color: #BD556C;
}
.BgClassName
{
background-color: #BD556C;
}
</style>
border-color css
<style>
span { border-color: #BD556C; }
span { border-color: rgb(189,85,108); }
td.TdClassName
{
border-color: #BD556C;
}
.TagClassName
{
border-color: #BD556C;
}
</style>