#D1BCB9

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

Shades of Oyster Pink #D1BCB9

Tints of Oyster Pink #D1BCB9

Color information

#D1BCB9 (or 0xD1BCB9) is unknown color: approx Oyster Pink. HEX triplet: D1, BC and B9. RGB value is (209,188,185). Sum of RGB (Red+Green+Blue) = 209+188+185=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCB9 is #2E4346. Grayscale: #C1C1C1. Windows color (decimal): -3031879 or 12172497. OLE color: 12172497.

HSL color Cylindrical-coordinate representation of color #D1BCB9: hue angle of 7.5º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BCB9 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB209188185-
CMYK00.100.110.18
HSL7.5º20.69%77.25%-
HSV(B)7.5º11.48%81.96%-
XYZ53.0353.0253.34-
YUV193.94122.96138.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.91%
GREEN value IS 188 (73.83% from 255) = 32.30%
BLUE value IS 185 (72.66% from 255) = 31.79%
R=35.91%
G=32.30%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918818500.100.110.187.520.6977.25
HexD1BCB90AB128154d
Octal32127427101213221025115
Binary110100011011110010111001010101011100101000101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BCB9; }

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

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

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

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

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

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

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

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