Html Css Color HEX #D4BCB7 Oyster Pink

📋 copy color: '#D4BCB7'

red 212 ◦ green 188 ◦ blue 183

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

Shades of Oyster Pink #D4BCB7

Tints of Oyster Pink #D4BCB7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.25%

 BLUE value IS 183 (71.88% from 255) = 31.39%

R = 36.36%
G = 32.25%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D4BCB7 (or 0xD4BCB7) is known color: Oyster Pink. HEX triplet: D4, BC and B7. RGB value is (212,188,183). Sum of RGB (Red+Green+Blue) = 212+188+183=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCB7 is #2B4348. Grayscale: #C2C2C2. Windows color (decimal): -2835273 or 12041428. OLE color: 12041428.

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

Color convert

RGB 212 188 183 -
CMYK 0 0.11 0.14 0.17
HSL 10.34º 0.25% 0.77% -
HSV(B) 10.34º 0.14% 0.83% -
XYZ 53.68 53.38 52.27 -
YUV 194.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 212 188 183 0 0.11 0.14 0.17 10.34 0.25 0.77
Hex D4 BC B7 0 B E 11 A 19 4D
Octal 324 274 267 0 13 16 21 12 31 115
Binary 11010100 10111100 10110111 0 1011 1110 10001 1010 11001 1001101

Color Harmonies of #D4BCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BCB7

Black with #D4BCB7

Text Example


Text Example

White with #D4BCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BCB7; }

 p { color: rgb(212,188,183); }

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

background-color css

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

 a { background-color: rgb(212,188,183); }

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

border-color css

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

 span { border-color: rgb(212,188,183); }

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