#D4BCBD

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

Shades of Pink Flare #D4BCBD

Tints of Pink Flare #D4BCBD

Color information

#D4BCBD (or 0xD4BCBD) is unknown color: approx Pink Flare. HEX triplet: D4, BC and BD. RGB value is (212,188,189). Sum of RGB (Red+Green+Blue) = 212+188+189=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCBD is #2B4342. Grayscale: #C3C3C3. Windows color (decimal): -2835267 or 12434644. OLE color: 12434644.

HSL color Cylindrical-coordinate representation of color #D4BCBD: hue angle of 357.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4BCBD is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB212188189-
CMYK00.110.110.17
HSL357.5º21.82%78.43%-
HSV(B)357.5º11.32%83.14%-
XYZ54.3253.6455.63-
YUV195.29124.45139.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.99%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=35.99%
G=31.92%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218818900.110.110.17357.521.8278.43
HexD4BCBD0BB11166164e
Octal324274275013132154626116
Binary11010100101111001011110101011101110001101100110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BCBD; }

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

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

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

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

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

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

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

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