#D4BCB9

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

Shades of Oyster Pink #D4BCB9

Tints of Oyster Pink #D4BCB9

Color information

#D4BCB9 (or 0xD4BCB9) is unknown color: approx Oyster Pink. HEX triplet: D4, BC and B9. RGB value is (212,188,185). Sum of RGB (Red+Green+Blue) = 212+188+185=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCB9 is #2B4346. Grayscale: #C2C2C2. Windows color (decimal): -2835271 or 12172500. OLE color: 12172500.

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

Color convert

RGB212188185-
CMYK00.110.130.17
HSL6.67º23.89%77.84%-
HSV(B)6.67º12.74%83.14%-
XYZ53.8953.4753.38-
YUV194.83122.45140.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.24%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 185 (72.66% from 255) = 31.62%
R=36.24%
G=32.14%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218818500.110.130.176.6723.8977.84
HexD4BCB90BD117184e
Octal3242742710131521730116
Binary11010100101111001011100101011110110001111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BCB9; }

 p { color: rgb(212,188,185); }

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

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

 a { background-color: rgb(212,188,185); }

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

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

 span { border-color: rgb(212,188,185); }

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