Html Css Color HEX #D7BCB0 Wafer

📋 copy color: '#D7BCB0'

red 215 ◦ green 188 ◦ blue 176

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

Shades of Wafer #D7BCB0

Tints of Wafer #D7BCB0

RGB

 RED value IS 215 (84.38% from 255) = 37.13%

 GREEN value IS 188 (73.83% from 255) = 32.47%

 BLUE value IS 176 (69.14% from 255) = 30.4%

R = 37.13%
G = 32.47%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D7BCB0 (or 0xD7BCB0) is known color: Wafer. HEX triplet: D7, BC and B0. RGB value is (215,188,176). Sum of RGB (Red+Green+Blue) = 215+188+176=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BCB0 is #28434F. Grayscale: #C2C2C2. Windows color (decimal): -2638672 or 11582679. OLE color: 11582679.

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

Color convert

RGB 215 188 176 -
CMYK 0 0.13 0.18 0.16
HSL 18.46º 0.33% 0.77% -
HSV(B) 18.46º 0.18% 0.84% -
XYZ 53.84 53.55 48.57 -
YUV 194.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 215 188 176 0 0.13 0.18 0.16 18.46 0.33 0.77
Hex D7 BC B0 0 D 12 10 12 21 4D
Octal 327 274 260 0 15 22 20 22 41 115
Binary 11010111 10111100 10110000 0 1101 10010 10000 10010 100001 1001101

Color Harmonies of #D7BCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BCB0

Black with #D7BCB0

Text Example


Text Example

White with #D7BCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BCB0; }

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

 H1.HeaderClassName
 {
   color: #D7BCB0;
 }
 .AnyTagClassName
 {
   color: #D7BCB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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