#D6BCBA

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

Shades of Oyster Pink #D6BCBA

Tints of Oyster Pink #D6BCBA

Color information

#D6BCBA (or 0xD6BCBA) is unknown color: approx Oyster Pink. HEX triplet: D6, BC and BA. RGB value is (214,188,186). Sum of RGB (Red+Green+Blue) = 214+188+186=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCBA is #294345. Grayscale: #C3C3C3. Windows color (decimal): -2704198 or 12238038. OLE color: 12238038.

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

Color convert

RGB214188186-
CMYK00.120.130.16
HSL4.29º25.45%78.43%-
HSV(B)4.29º13.08%83.92%-
XYZ54.5853.8153.96-
YUV195.55122.61141.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.39%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 186 (73.05% from 255) = 31.63%
R=36.39%
G=31.97%
B=31.63%

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
Decimal21418818600.120.130.164.2925.4578.43
HexD6BCBA0CD104194e
Octal3262742720141520431116
Binary11010110101111001011101001100110110000100110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BCBA; }

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

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

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

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

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

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

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

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