#D4BCBC

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

Shades of Oyster Pink #D4BCBC

Tints of Oyster Pink #D4BCBC

Color information

#D4BCBC (or 0xD4BCBC) is unknown color: approx Oyster Pink. HEX triplet: D4, BC and BC. RGB value is (212,188,188). Sum of RGB (Red+Green+Blue) = 212+188+188=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCBC is #2B4343. Grayscale: #C3C3C3. Windows color (decimal): -2835268 or 12369108. OLE color: 12369108.

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

Color convert

RGB212188188-
CMYK00.110.110.17
HSL21.82%78.43%-
HSV(B)11.32%83.14%-
XYZ54.2153.5955.06-
YUV195.18123.95140-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 188 (73.83% from 255) = 31.97%
R=36.05%
G=31.97%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218818800.110.110.17021.8278.43
HexD4BCBC0BB110164e
Octal3242742740131321026116
Binary110101001011110010111100010111011100010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BCBC; }

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

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

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

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

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

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

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

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