#D6BCBE

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

Shades of Pink Flare #D6BCBE

Tints of Pink Flare #D6BCBE

Color information

#D6BCBE (or 0xD6BCBE) is unknown color: approx Pink Flare. HEX triplet: D6, BC and BE. RGB value is (214,188,190). Sum of RGB (Red+Green+Blue) = 214+188+190=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCBE is #294341. Grayscale: #C4C4C4. Windows color (decimal): -2704194 or 12500182. OLE color: 12500182.

HSL color Cylindrical-coordinate representation of color #D6BCBE: hue angle of 355.38º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6BCBE is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB214188190-
CMYK00.120.110.16
HSL355.38º24.07%78.82%-
HSV(B)355.38º12.15%83.92%-
XYZ55.0153.9856.24-
YUV196124.61140.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.15%
GREEN value IS 188 (73.83% from 255) = 31.76%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=36.15%
G=31.76%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418819000.120.110.16355.3824.0778.82
HexD6BCBE0CB10163184f
Octal326274276014132054330117
Binary11010110101111001011111001100101110000101100011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BCBE; }

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

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

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

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

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

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

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

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