#D9BCBD

Color #D9BCBD Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #D9BCBD

Tints of Pink Flare #D9BCBD

Color information

#D9BCBD (or 0xD9BCBD) is unknown color: approx Pink Flare. HEX triplet: D9, BC and BD. RGB value is (217,188,189). Sum of RGB (Red+Green+Blue) = 217+188+189=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCBD is #264342. Grayscale: #C4C4C4. Windows color (decimal): -2507587 or 12434649. OLE color: 12434649.

HSL color Cylindrical-coordinate representation of color #D9BCBD: hue angle of 357.93º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9BCBD is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB217188189-
CMYK00.130.130.15
HSL357.93º27.62%79.41%-
HSV(B)357.93º13.36%85.1%-
XYZ55.7854.3955.7-
YUV196.78123.61142.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 36.53%
GREEN value IS 188 (73.83% from 255) = 31.65%
BLUE value IS 189 (74.22% from 255) = 31.82%
R=36.53%
G=31.65%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718818900.130.130.15357.9327.6279.41
HexD9BCBD0DDF1661c4f
Octal331274275015151754634117
Binary1101100110111100101111010110111011111101100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BCBD; }

 p { color: rgb(217,188,189); }

 H1.HeaderClassName
 {
   color: #D9BCBD;
 }
 .AnyTagClassName
 {
   color: #D9BCBD;
 }
</style>
background-color css

<style>
 a { background-color: #D9BCBD; }

 a { background-color: rgb(217,188,189); }

 div.DivClassName
 {
   background-color: #D9BCBD;
 }
 .BgClassName
 {
   background-color: #D9BCBD;
 }
</style>
border-color css

<style>
 span { border-color: #D9BCBD; }

 span { border-color: rgb(217,188,189); }

 td.TdClassName
 {
   border-color: #D9BCBD;
 }
 .TagClassName
 {
   border-color: #D9BCBD;
 }
</style>