#D4BCBA

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

Shades of Oyster Pink #D4BCBA

Tints of Oyster Pink #D4BCBA

Color information

#D4BCBA (or 0xD4BCBA) is unknown color: approx Oyster Pink. HEX triplet: D4, BC and BA. RGB value is (212,188,186). Sum of RGB (Red+Green+Blue) = 212+188+186=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCBA is #2B4345. Grayscale: #C2C2C2. Windows color (decimal): -2835270 or 12238036. OLE color: 12238036.

HSL color Cylindrical-coordinate representation of color #D4BCBA: hue angle of 4.62º 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 #D4BCBA is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212188186-
CMYK00.110.120.17
HSL4.62º23.21%78.04%-
HSV(B)4.62º12.26%83.14%-
XYZ5453.5153.94-
YUV194.95122.95140.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.18%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=36.18%
G=32.08%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218818600.110.120.174.6223.2178.04
HexD4BCBA0BC115174e
Octal3242742720131421527116
Binary11010100101111001011101001011110010001101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BCBA; }

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

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

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

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

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

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

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

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