Shades of Pink Flare #D7BCBE
Tints of Pink Flare #D7BCBE
RGB
CMYK
RGB Variations
Color information
#D7BCBE (or 0xD7BCBE) is known color: Pink Flare. HEX triplet: D7, BC and BE. RGB value is (215,188,190). Sum of RGB (Red+Green+Blue) = 215+188+190=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BCBE is #284341. Grayscale: #C4C4C4. Windows color (decimal): -2638658 or 12500183. OLE color: 12500183.
HSL color Cylindrical-coordinate representation of color #D7BCBE: hue angle of 355.56º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7BCBE is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 188 | 190 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.16 |
| HSL | 355.56º | 0.25% | 0.79% | - |
| HSV(B) | 355.56º | 0.13% | 0.84% | - |
| XYZ | 55.3 | 54.13 | 56.25 | - |
| YUV | 196.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 190 | 0 | 0.13 | 0.12 | 0.16 | 355.56 | 0.25 | 0.79 |
| Hex | D7 | BC | BE | 0 | D | C | 10 | 164 | 19 | 4F |
| Octal | 327 | 274 | 276 | 0 | 15 | 14 | 20 | 544 | 31 | 117 |
| Binary | 11010111 | 10111100 | 10111110 | 0 | 1101 | 1100 | 10000 | 101100100 | 11001 | 1001111 |
Color Harmonies of #D7BCBE
Complementary color
Monochromatic Colors of #D7BCBE
Black with #D7BCBE
Text Example
Text Example
White with #D7BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BCBE; }
p { color: rgb(215,188,190); }
H1.HeaderClassName
{
color: #D7BCBE;
}
.AnyTagClassName
{
color: #D7BCBE;
}
</style>
background-color css
<style>
a { background-color: #D7BCBE; }
a { background-color: rgb(215,188,190); }
div.DivClassName
{
background-color: #D7BCBE;
}
.BgClassName
{
background-color: #D7BCBE;
}
</style>
border-color css
<style>
span { border-color: #D7BCBE; }
span { border-color: rgb(215,188,190); }
td.TdClassName
{
border-color: #D7BCBE;
}
.TagClassName
{
border-color: #D7BCBE;
}
</style>