Html Css Color HEX #D5BCB0 Wafer

📋 copy color: '#D5BCB0'

red 213 ◦ green 188 ◦ blue 176

#D5BCB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wafer #D5BCB0

Tints of Wafer #D5BCB0

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.5%

R = 36.92%
G = 32.58%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D5BCB0 (or 0xD5BCB0) is known color: 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

RGB 213 188 176 -
CMYK 0 0.12 0.17 0.16
HSL 19.46º 0.31% 0.76% -
HSV(B) 19.46º 0.17% 0.84% -
XYZ 53.26 53.25 48.54 -
YUV 194.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 213 188 176 0 0.12 0.17 0.16 19.46 0.31 0.76
Hex D5 BC B0 0 C 11 10 13 1F 4C
Octal 325 274 260 0 14 21 20 23 37 114
Binary 11010101 10111100 10110000 0 1100 10001 10000 10011 11111 1001100

Color Harmonies of #D5BCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BCB0

Black with #D5BCB0

Text Example


Text Example

White with #D5BCB0

Text Example


Text Example

HTML Codes & Css Web 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>