Shades of Blush #BD656C
Tints of Blush #BD656C
RGB
CMYK
RGB Variations
Color information
#BD656C (or 0xBD656C) is known color: Blush. HEX triplet: BD, 65 and 6C. RGB value is (189,101,108). Sum of RGB (Red+Green+Blue) = 189+101+108=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD656C is #429A93. Grayscale: #808080. Windows color (decimal): -4364948 or 7103933. OLE color: 7103933.
HSL color Cylindrical-coordinate representation of color #BD656C: hue angle of 355.23º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD656C is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 108 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.26 |
| HSL | 355.23º | 0.4% | 0.57% | - |
| HSV(B) | 355.23º | 0.47% | 0.74% | - |
| XYZ | 28.35 | 21.21 | 16.79 | - |
| YUV | 128.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 108 | 0 | 0.47 | 0.43 | 0.26 | 355.23 | 0.4 | 0.57 |
| Hex | BD | 65 | 6C | 0 | 2F | 2B | 1A | 163 | 28 | 39 |
| Octal | 275 | 145 | 154 | 0 | 57 | 53 | 32 | 543 | 50 | 71 |
| Binary | 10111101 | 1100101 | 1101100 | 0 | 101111 | 101011 | 11010 | 101100011 | 101000 | 111001 |
Color Harmonies of #BD656C
Complementary color
Monochromatic Colors of #BD656C
Black with #BD656C
Text Example
Text Example
White with #BD656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD656C; }
p { color: rgb(189,101,108); }
H1.HeaderClassName
{
color: #BD656C;
}
.AnyTagClassName
{
color: #BD656C;
}
</style>
background-color css
<style>
a { background-color: #BD656C; }
a { background-color: rgb(189,101,108); }
div.DivClassName
{
background-color: #BD656C;
}
.BgClassName
{
background-color: #BD656C;
}
</style>
border-color css
<style>
span { border-color: #BD656C; }
span { border-color: rgb(189,101,108); }
td.TdClassName
{
border-color: #BD656C;
}
.TagClassName
{
border-color: #BD656C;
}
</style>