#D8BCBD

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

Shades of Pink Flare #D8BCBD

Tints of Pink Flare #D8BCBD

Color information

#D8BCBD (or 0xD8BCBD) is unknown color: approx Pink Flare. HEX triplet: D8, BC and BD. RGB value is (216,188,189). Sum of RGB (Red+Green+Blue) = 216+188+189=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCBD is #274342. Grayscale: #C4C4C4. Windows color (decimal): -2573123 or 12434648. OLE color: 12434648.

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

Color convert

RGB216188189-
CMYK00.130.120.15
HSL357.86º26.42%79.22%-
HSV(B)357.86º12.96%84.71%-
XYZ55.4954.2455.69-
YUV196.49123.78141.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.42%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=36.42%
G=31.70%
B=31.87%

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
Decimal21618818900.130.120.15357.8626.4279.22
HexD8BCBD0DCF1661a4f
Octal330274275015141754632117
Binary1101100010111100101111010110111001111101100110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BCBD; }

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

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

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

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

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

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

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

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