#D9BCBE

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

Shades of Pink Flare #D9BCBE

Tints of Pink Flare #D9BCBE

Color information

#D9BCBE (or 0xD9BCBE) is unknown color: approx Pink Flare. HEX triplet: D9, BC and BE. RGB value is (217,188,190). Sum of RGB (Red+Green+Blue) = 217+188+190=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCBE is #264341. Grayscale: #C4C4C4. Windows color (decimal): -2507586 or 12500185. OLE color: 12500185.

HSL color Cylindrical-coordinate representation of color #D9BCBE: hue angle of 355.86º 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 #D9BCBE is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217188190-
CMYK00.130.120.15
HSL355.86º27.62%79.41%-
HSV(B)355.86º13.36%85.1%-
XYZ55.8954.4456.28-
YUV196.9124.11142.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.47%
GREEN value IS 188 (73.83% from 255) = 31.60%
BLUE value IS 190 (74.61% from 255) = 31.93%
R=36.47%
G=31.60%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718819000.130.120.15355.8627.6279.41
HexD9BCBE0DCF1641c4f
Octal331274276015141754434117
Binary1101100110111100101111100110111001111101100100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BCBE; }

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

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

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

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

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

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

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

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