Shades of Blush #BD506C
Tints of Blush #BD506C
RGB
CMYK
RGB Variations
Color information
#BD506C (or 0xBD506C) is known color: Blush. HEX triplet: BD, 50 and 6C. RGB value is (189,80,108). Sum of RGB (Red+Green+Blue) = 189+80+108=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD506C is #42AF93. Grayscale: #737373. Windows color (decimal): -4370324 or 7098557. OLE color: 7098557.
HSL color Cylindrical-coordinate representation of color #BD506C: hue angle of 344.59º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD506C is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 108 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.26 |
| HSL | 344.59º | 0.45% | 0.53% | - |
| HSV(B) | 344.59º | 0.58% | 0.74% | - |
| XYZ | 26.56 | 17.64 | 16.19 | - |
| YUV | 115.78 | 123.61 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 108 | 0 | 0.58 | 0.43 | 0.26 | 344.59 | 0.45 | 0.53 |
| Hex | BD | 50 | 6C | 0 | 3A | 2B | 1A | 159 | 2D | 35 |
| Octal | 275 | 120 | 154 | 0 | 72 | 53 | 32 | 531 | 55 | 65 |
| Binary | 10111101 | 1010000 | 1101100 | 0 | 111010 | 101011 | 11010 | 101011001 | 101101 | 110101 |
Color Harmonies of #BD506C
Complementary color
Monochromatic Colors of #BD506C
Black with #BD506C
Text Example
Text Example
White with #BD506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD506C; }
p { color: rgb(189,80,108); }
H1.HeaderClassName
{
color: #BD506C;
}
.AnyTagClassName
{
color: #BD506C;
}
</style>
background-color css
<style>
a { background-color: #BD506C; }
a { background-color: rgb(189,80,108); }
div.DivClassName
{
background-color: #BD506C;
}
.BgClassName
{
background-color: #BD506C;
}
</style>
border-color css
<style>
span { border-color: #BD506C; }
span { border-color: rgb(189,80,108); }
td.TdClassName
{
border-color: #BD506C;
}
.TagClassName
{
border-color: #BD506C;
}
</style>