#D4BFBA

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

Shades of Wafer #D4BFBA

Tints of Wafer #D4BFBA

Color information

#D4BFBA (or 0xD4BFBA) is unknown color: approx Wafer. HEX triplet: D4, BF and BA. RGB value is (212,191,186). Sum of RGB (Red+Green+Blue) = 212+191+186=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BFBA is #2B4045. Grayscale: #C4C4C4. Windows color (decimal): -2834502 or 12238804. OLE color: 12238804.

HSL color Cylindrical-coordinate representation of color #D4BFBA: hue angle of 11.54º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BFBA is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212191186-
CMYK00.100.120.17
HSL11.54º23.21%78.04%-
HSV(B)11.54º12.26%83.14%-
XYZ54.6554.854.15-
YUV196.71121.96138.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.99%
GREEN value IS 191 (75% from 255) = 32.43%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=35.99%
G=32.43%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219118600.100.120.1711.5423.2178.04
HexD4BFBA0AC11c174e
Octal32427727201214211427116
Binary110101001011111110111010010101100100011100101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BFBA; }

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

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

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

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

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

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

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

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