#D2BCBD

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

Shades of Pink Flare #D2BCBD

Tints of Pink Flare #D2BCBD

Color information

#D2BCBD (or 0xD2BCBD) is unknown color: approx Pink Flare. HEX triplet: D2, BC and BD. RGB value is (210,188,189). Sum of RGB (Red+Green+Blue) = 210+188+189=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BCBD is #2D4342. Grayscale: #C2C2C2. Windows color (decimal): -2966339 or 12434642. OLE color: 12434642.

HSL color Cylindrical-coordinate representation of color #D2BCBD: hue angle of 357.27º degrees, saturation: 0.2, 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 #D2BCBD is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB210188189-
CMYK00.100.100.18
HSL357.27º19.64%78.04%-
HSV(B)357.27º10.48%82.35%-
XYZ53.7553.3455.61-
YUV194.69124.79138.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.78%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=35.78%
G=32.03%
B=32.20%

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
Decimal21018818900.100.100.18357.2719.6478.04
HexD2BCBD0AA12165144e
Octal322274275012122254524116
Binary11010010101111001011110101010101010010101100101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BCBD; }

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

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

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

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

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

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

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

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