Shades of Pink Flare #D2BCBE
Tints of Pink Flare #D2BCBE
RGB
CMYK
RGB Variations
Color information
#D2BCBE (or 0xD2BCBE) is known color: Pink Flare. HEX triplet: D2, BC and BE. RGB value is (210,188,190). Sum of RGB (Red+Green+Blue) = 210+188+190=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BCBE is #2D4341. Grayscale: #C2C2C2. Windows color (decimal): -2966338 or 12500178. OLE color: 12500178.
HSL color Cylindrical-coordinate representation of color #D2BCBE: hue angle of 354.55º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2BCBE is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 190 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.18 |
| HSL | 354.55º | 0.2% | 0.78% | - |
| HSV(B) | 354.55º | 0.1% | 0.82% | - |
| XYZ | 53.86 | 53.39 | 56.18 | - |
| YUV | 194.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 190 | 0 | 0.10 | 0.10 | 0.18 | 354.55 | 0.2 | 0.78 |
| Hex | D2 | BC | BE | 0 | A | A | 12 | 163 | 14 | 4E |
| Octal | 322 | 274 | 276 | 0 | 12 | 12 | 22 | 543 | 24 | 116 |
| Binary | 11010010 | 10111100 | 10111110 | 0 | 1010 | 1010 | 10010 | 101100011 | 10100 | 1001110 |
Color Harmonies of #D2BCBE
Complementary color
Monochromatic Colors of #D2BCBE
Black with #D2BCBE
Text Example
Text Example
White with #D2BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCBE; }
p { color: rgb(210,188,190); }
H1.HeaderClassName
{
color: #D2BCBE;
}
.AnyTagClassName
{
color: #D2BCBE;
}
</style>
background-color css
<style>
a { background-color: #D2BCBE; }
a { background-color: rgb(210,188,190); }
div.DivClassName
{
background-color: #D2BCBE;
}
.BgClassName
{
background-color: #D2BCBE;
}
</style>
border-color css
<style>
span { border-color: #D2BCBE; }
span { border-color: rgb(210,188,190); }
td.TdClassName
{
border-color: #D2BCBE;
}
.TagClassName
{
border-color: #D2BCBE;
}
</style>