#D4BCBB

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

Shades of Oyster Pink #D4BCBB

Tints of Oyster Pink #D4BCBB

Color information

#D4BCBB (or 0xD4BCBB) is unknown color: approx Oyster Pink. HEX triplet: D4, BC and BB. RGB value is (212,188,187). Sum of RGB (Red+Green+Blue) = 212+188+187=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCBB is #2B4344. Grayscale: #C3C3C3. Windows color (decimal): -2835269 or 12303572. OLE color: 12303572.

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

Color convert

RGB212188187-
CMYK00.110.120.17
HSL2.4º22.52%78.24%-
HSV(B)2.4º11.79%83.14%-
XYZ54.153.5554.5-
YUV195.06123.45140.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 187 (73.44% from 255) = 31.86%
R=36.12%
G=32.03%
B=31.86%

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
Decimal21218818700.110.120.172.422.5278.24
HexD4BCBB0BC112174e
Octal3242742730131421227116
Binary1101010010111100101110110101111001000110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BCBB; }

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

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

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

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

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

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

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

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