#D5BCBB

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

Shades of Oyster Pink #D5BCBB

Tints of Oyster Pink #D5BCBB

Color information

#D5BCBB (or 0xD5BCBB) is unknown color: approx Oyster Pink. HEX triplet: D5, BC and BB. RGB value is (213,188,187). Sum of RGB (Red+Green+Blue) = 213+188+187=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCBB is #2A4344. Grayscale: #C3C3C3. Windows color (decimal): -2769733 or 12303573. OLE color: 12303573.

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

Color convert

RGB213188187-
CMYK00.120.120.16
HSL2.31º23.64%78.43%-
HSV(B)2.31º12.21%83.53%-
XYZ54.3953.754.51-
YUV195.36123.28140.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.22%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 187 (73.44% from 255) = 31.80%
R=36.22%
G=31.97%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318818700.120.120.162.3123.6478.43
HexD5BCBB0CC102184e
Octal3252742730141420230116
Binary1101010110111100101110110110011001000010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BCBB; }

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

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

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

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

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

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

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

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