Html Css Color HEX #D4BDBA Oyster Pink

📋 copy color: '#D4BDBA'

red 212 ◦ green 189 ◦ blue 186

#D4BDBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oyster Pink #D4BDBA

Tints of Oyster Pink #D4BDBA

RGB

 RED value IS 212 (83.2% from 255) = 36.12%

 GREEN value IS 189 (74.22% from 255) = 32.2%

 BLUE value IS 186 (73.05% from 255) = 31.69%

R = 36.12%
G = 32.2%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D4BDBA (or 0xD4BDBA) is known color: Oyster Pink. HEX triplet: D4, BD and BA. RGB value is (212,189,186). Sum of RGB (Red+Green+Blue) = 212+189+186=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDBA is #2B4245. Grayscale: #C3C3C3. Windows color (decimal): -2835014 or 12238292. OLE color: 12238292.

HSL color Cylindrical-coordinate representation of color #D4BDBA: hue angle of 6.92º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BDBA is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 189 186 -
CMYK 0 0.11 0.12 0.17
HSL 6.92º 0.23% 0.78% -
HSV(B) 6.92º 0.12% 0.83% -
XYZ 54.21 53.94 54.01 -
YUV 195.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 212 189 186 0 0.11 0.12 0.17 6.92 0.23 0.78
Hex D4 BD BA 0 B C 11 7 17 4E
Octal 324 275 272 0 13 14 21 7 27 116
Binary 11010100 10111101 10111010 0 1011 1100 10001 111 10111 1001110

Color Harmonies of #D4BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BDBA

Black with #D4BDBA

Text Example


Text Example

White with #D4BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BDBA; }

 p { color: rgb(212,189,186); }

 H1.HeaderClassName
 {
   color: #D4BDBA;
 }
 .AnyTagClassName
 {
   color: #D4BDBA;
 }
</style>

background-color css

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

 a { background-color: rgb(212,189,186); }

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

border-color css

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

 span { border-color: rgb(212,189,186); }

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