#D1BCBD

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

Shades of Pink Flare #D1BCBD

Tints of Pink Flare #D1BCBD

Color information

#D1BCBD (or 0xD1BCBD) is unknown color: approx Pink Flare. HEX triplet: D1, BC and BD. RGB value is (209,188,189). Sum of RGB (Red+Green+Blue) = 209+188+189=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCBD is #2E4342. Grayscale: #C2C2C2. Windows color (decimal): -3031875 or 12434641. OLE color: 12434641.

HSL color Cylindrical-coordinate representation of color #D1BCBD: hue angle of 357.14º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1BCBD is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB209188189-
CMYK00.100.100.18
HSL357.14º18.58%77.84%-
HSV(B)357.14º10.05%81.96%-
XYZ53.4653.255.59-
YUV194.39124.96138.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.67%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=35.67%
G=32.08%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918818900.100.100.18357.1418.5877.84
HexD1BCBD0AA12165134e
Octal321274275012122254523116
Binary11010001101111001011110101010101010010101100101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BCBD; }

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

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

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

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

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

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

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

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