Shades of Pink Flare #D4BCBE
Tints of Pink Flare #D4BCBE
RGB
CMYK
RGB Variations
Color information
#D4BCBE (or 0xD4BCBE) is known color: Pink Flare. HEX triplet: D4, BC and BE. RGB value is (212,188,190). Sum of RGB (Red+Green+Blue) = 212+188+190=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCBE is #2B4341. Grayscale: #C3C3C3. Windows color (decimal): -2835266 or 12500180. OLE color: 12500180.
HSL color Cylindrical-coordinate representation of color #D4BCBE: hue angle of 355º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4BCBE is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 190 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.17 |
| HSL | 355º | 0.22% | 0.78% | - |
| HSV(B) | 355º | 0.11% | 0.83% | - |
| XYZ | 54.43 | 53.68 | 56.21 | - |
| YUV | 195.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 190 | 0 | 0.11 | 0.10 | 0.17 | 355 | 0.22 | 0.78 |
| Hex | D4 | BC | BE | 0 | B | A | 11 | 163 | 16 | 4E |
| Octal | 324 | 274 | 276 | 0 | 13 | 12 | 21 | 543 | 26 | 116 |
| Binary | 11010100 | 10111100 | 10111110 | 0 | 1011 | 1010 | 10001 | 101100011 | 10110 | 1001110 |
Color Harmonies of #D4BCBE
Complementary color
Monochromatic Colors of #D4BCBE
Black with #D4BCBE
Text Example
Text Example
White with #D4BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BCBE; }
p { color: rgb(212,188,190); }
H1.HeaderClassName
{
color: #D4BCBE;
}
.AnyTagClassName
{
color: #D4BCBE;
}
</style>
background-color css
<style>
a { background-color: #D4BCBE; }
a { background-color: rgb(212,188,190); }
div.DivClassName
{
background-color: #D4BCBE;
}
.BgClassName
{
background-color: #D4BCBE;
}
</style>
border-color css
<style>
span { border-color: #D4BCBE; }
span { border-color: rgb(212,188,190); }
td.TdClassName
{
border-color: #D4BCBE;
}
.TagClassName
{
border-color: #D4BCBE;
}
</style>