#D5BCBD

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

Shades of Pink Flare #D5BCBD

Tints of Pink Flare #D5BCBD

Color information

#D5BCBD (or 0xD5BCBD) is unknown color: approx Pink Flare. HEX triplet: D5, BC and BD. RGB value is (213,188,189). Sum of RGB (Red+Green+Blue) = 213+188+189=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCBD is #2A4342. Grayscale: #C3C3C3. Windows color (decimal): -2769731 or 12434645. OLE color: 12434645.

HSL color Cylindrical-coordinate representation of color #D5BCBD: hue angle of 357.6º degrees, saturation: 0.23, 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 #D5BCBD is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213188189-
CMYK00.120.110.16
HSL357.6º22.94%78.63%-
HSV(B)357.6º11.74%83.53%-
XYZ54.6153.7955.65-
YUV195.59124.28140.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.10%
GREEN value IS 188 (73.83% from 255) = 31.86%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=36.10%
G=31.86%
B=32.03%

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
Decimal21318818900.120.110.16357.622.9478.63
HexD5BCBD0CB10166174f
Octal325274275014132054627117
Binary11010101101111001011110101100101110000101100110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BCBD; }

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

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

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

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

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

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

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

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