#D7BCBA

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

Shades of Oyster Pink #D7BCBA

Tints of Oyster Pink #D7BCBA

Color information

#D7BCBA (or 0xD7BCBA) is unknown color: approx Oyster Pink. HEX triplet: D7, BC and BA. RGB value is (215,188,186). Sum of RGB (Red+Green+Blue) = 215+188+186=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BCBA is #284345. Grayscale: #C3C3C3. Windows color (decimal): -2638662 or 12238039. OLE color: 12238039.

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

Color convert

RGB215188186-
CMYK00.130.130.16
HSL4.14º26.61%78.63%-
HSV(B)4.14º13.49%84.31%-
XYZ54.8753.9653.98-
YUV195.84122.45141.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.50%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=36.50%
G=31.92%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518818600.130.130.164.1426.6178.63
HexD7BCBA0DD1041b4f
Octal3272742720151520433117
Binary11010111101111001011101001101110110000100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BCBA; }

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

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

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

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

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

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

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

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