#D5BCB9

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

Shades of Oyster Pink #D5BCB9

Tints of Oyster Pink #D5BCB9

Color information

#D5BCB9 (or 0xD5BCB9) is unknown color: approx Oyster Pink. HEX triplet: D5, BC and B9. RGB value is (213,188,185). Sum of RGB (Red+Green+Blue) = 213+188+185=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCB9 is #2A4346. Grayscale: #C3C3C3. Windows color (decimal): -2769735 or 12172501. OLE color: 12172501.

HSL color Cylindrical-coordinate representation of color #D5BCB9: hue angle of 6.43º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5BCB9 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB213188185-
CMYK00.120.130.16
HSL6.43º25%78.04%-
HSV(B)6.43º13.15%83.53%-
XYZ54.1853.6253.39-
YUV195.13122.28140.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.35%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 185 (72.66% from 255) = 31.57%
R=36.35%
G=32.08%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318818500.120.130.166.432578.04
HexD5BCB90CD106194e
Octal3252742710141520631116
Binary11010101101111001011100101100110110000110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BCB9; }

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

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

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

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

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

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

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

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