Shades of Pink Flare #D1BCBD
Tints of Pink Flare #D1BCBD
RGB
CMYK
RGB Variations
Color information
#D1BCBD (or 0xD1BCBD) is known color: Pink Flare. HEX triplet: D1, BC and BD. RGB value is (209,188,189). Sum of RGB (Red+Green+Blue) = 209+188+189=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCBD is #2E4342. Grayscale: #C2C2C2. Windows color (decimal): -3031875 or 12434641. OLE color: 12434641.
HSL color Cylindrical-coordinate representation of color #D1BCBD: hue angle of 357.14º degrees, saturation: 0.19, 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 #D1BCBD is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 189 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.18 |
| HSL | 357.14º | 0.19% | 0.78% | - |
| HSV(B) | 357.14º | 0.1% | 0.82% | - |
| XYZ | 53.46 | 53.2 | 55.59 | - |
| YUV | 194.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 189 | 0 | 0.10 | 0.10 | 0.18 | 357.14 | 0.19 | 0.78 |
| Hex | D1 | BC | BD | 0 | A | A | 12 | 165 | 13 | 4E |
| Octal | 321 | 274 | 275 | 0 | 12 | 12 | 22 | 545 | 23 | 116 |
| Binary | 11010001 | 10111100 | 10111101 | 0 | 1010 | 1010 | 10010 | 101100101 | 10011 | 1001110 |
Color Harmonies of #D1BCBD
Complementary color
Monochromatic Colors of #D1BCBD
Black with #D1BCBD
Text Example
Text Example
White with #D1BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCBD; }
p { color: rgb(209,188,189); }
H1.HeaderClassName
{
color: #D1BCBD;
}
.AnyTagClassName
{
color: #D1BCBD;
}
</style>
background-color css
<style>
a { background-color: #D1BCBD; }
a { background-color: rgb(209,188,189); }
div.DivClassName
{
background-color: #D1BCBD;
}
.BgClassName
{
background-color: #D1BCBD;
}
</style>
border-color css
<style>
span { border-color: #D1BCBD; }
span { border-color: rgb(209,188,189); }
td.TdClassName
{
border-color: #D1BCBD;
}
.TagClassName
{
border-color: #D1BCBD;
}
</style>