#D8BCBA

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

Shades of Oyster Pink #D8BCBA

Tints of Oyster Pink #D8BCBA

Color information

#D8BCBA (or 0xD8BCBA) is unknown color: approx Oyster Pink. HEX triplet: D8, BC and BA. RGB value is (216,188,186). Sum of RGB (Red+Green+Blue) = 216+188+186=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCBA is #274345. Grayscale: #C4C4C4. Windows color (decimal): -2573126 or 12238040. OLE color: 12238040.

HSL color Cylindrical-coordinate representation of color #D8BCBA: hue angle of 4º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8BCBA is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB216188186-
CMYK00.130.140.15
HSL27.78%78.82%-
HSV(B)13.89%84.71%-
XYZ55.1754.1153.99-
YUV196.14122.28142.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.61%
GREEN value IS 188 (73.83% from 255) = 31.86%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=36.61%
G=31.86%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618818600.130.140.15427.7878.82
HexD8BCBA0DEF41c4f
Octal3302742720151617434117
Binary1101100010111100101110100110111101111100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BCBA; }

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

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

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

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

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

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

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

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