Shades of Blush #BD5E6A
Tints of Blush #BD5E6A
RGB
CMYK
RGB Variations
Color information
#BD5E6A (or 0xBD5E6A) is known color: Blush. HEX triplet: BD, 5E and 6A. RGB value is (189,94,106). Sum of RGB (Red+Green+Blue) = 189+94+106=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5E6A is #42A195. Grayscale: #7B7B7B. Windows color (decimal): -4366742 or 6971069. OLE color: 6971069.
HSL color Cylindrical-coordinate representation of color #BD5E6A: hue angle of 352.42º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD5E6A is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 94 | 106 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.26 |
| HSL | 352.42º | 0.42% | 0.55% | - |
| HSV(B) | 352.42º | 0.5% | 0.74% | - |
| XYZ | 27.59 | 19.86 | 16.02 | - |
| YUV | 123.77 | 117.97 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 106 | 0 | 0.50 | 0.44 | 0.26 | 352.42 | 0.42 | 0.55 |
| Hex | BD | 5E | 6A | 0 | 32 | 2C | 1A | 160 | 2A | 37 |
| Octal | 275 | 136 | 152 | 0 | 62 | 54 | 32 | 540 | 52 | 67 |
| Binary | 10111101 | 1011110 | 1101010 | 0 | 110010 | 101100 | 11010 | 101100000 | 101010 | 110111 |
Color Harmonies of #BD5E6A
Complementary color
Monochromatic Colors of #BD5E6A
Black with #BD5E6A
Text Example
Text Example
White with #BD5E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5E6A; }
p { color: rgb(189,94,106); }
H1.HeaderClassName
{
color: #BD5E6A;
}
.AnyTagClassName
{
color: #BD5E6A;
}
</style>
background-color css
<style>
a { background-color: #BD5E6A; }
a { background-color: rgb(189,94,106); }
div.DivClassName
{
background-color: #BD5E6A;
}
.BgClassName
{
background-color: #BD5E6A;
}
</style>
border-color css
<style>
span { border-color: #BD5E6A; }
span { border-color: rgb(189,94,106); }
td.TdClassName
{
border-color: #BD5E6A;
}
.TagClassName
{
border-color: #BD5E6A;
}
</style>