#D5BCB0

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

Shades of Wafer #D5BCB0

Tints of Wafer #D5BCB0

Color information

#D5BCB0 (or 0xD5BCB0) is unknown color: approx Wafer. HEX triplet: D5, BC and B0. RGB value is (213,188,176). Sum of RGB (Red+Green+Blue) = 213+188+176=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BCB0 is #2A434F. Grayscale: #C2C2C2. Windows color (decimal): -2769744 or 11582677. OLE color: 11582677.

HSL color Cylindrical-coordinate representation of color #D5BCB0: hue angle of 19.46º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5BCB0 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB213188176-
CMYK00.120.170.16
HSL19.46º30.58%76.27%-
HSV(B)19.46º17.37%83.53%-
XYZ53.2653.2548.54-
YUV194.11117.78141.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.92%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 176 (69.14% from 255) = 30.50%
R=36.92%
G=32.58%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318817600.120.170.1619.4630.5876.27
HexD5BCB00C1110131f4c
Octal32527426001421202337114
Binary11010101101111001011000001100100011000010011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BCB0; }

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

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

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

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

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

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

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

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