#D5BFBA

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

Shades of Wafer #D5BFBA

Tints of Wafer #D5BFBA

Color information

#D5BFBA (or 0xD5BFBA) is unknown color: approx Wafer. HEX triplet: D5, BF and BA. RGB value is (213,191,186). Sum of RGB (Red+Green+Blue) = 213+191+186=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BFBA is #2A4045. Grayscale: #C5C5C5. Windows color (decimal): -2768966 or 12238805. OLE color: 12238805.

HSL color Cylindrical-coordinate representation of color #D5BFBA: hue angle of 11.11º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5BFBA is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB213191186-
CMYK00.100.130.16
HSL11.11º24.32%78.24%-
HSV(B)11.11º12.68%83.53%-
XYZ54.9354.9554.17-
YUV197.01121.79139.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.10%
GREEN value IS 191 (75% from 255) = 32.37%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=36.10%
G=32.37%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319118600.100.130.1611.1124.3278.24
HexD5BFBA0AD10b184e
Octal32527727201215201330116
Binary110101011011111110111010010101101100001011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BFBA; }

 p { color: rgb(213,191,186); }

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

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

 a { background-color: rgb(213,191,186); }

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

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

 span { border-color: rgb(213,191,186); }

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