Html Css Color HEX #D5BCB9 Oyster Pink

📋 copy color: '#D5BCB9'

red 213 ◦ green 188 ◦ blue 185

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

Shades of Oyster Pink #D5BCB9

Tints of Oyster Pink #D5BCB9

RGB

 RED value IS 213 (83.59% from 255) = 36.35%

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

 BLUE value IS 185 (72.66% from 255) = 31.57%

R = 36.35%
G = 32.08%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D5BCB9 (or 0xD5BCB9) is known color: Oyster Pink. HEX triplet: D5, BC and B9. RGB value is (213,188,185). Sum of RGB (Red+Green+Blue) = 213+188+185=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCB9 is #2A4346. Grayscale: #C3C3C3. Windows color (decimal): -2769735 or 12172501. OLE color: 12172501.

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

Color convert

RGB 213 188 185 -
CMYK 0 0.12 0.13 0.16
HSL 6.43º 0.25% 0.78% -
HSV(B) 6.43º 0.13% 0.84% -
XYZ 54.18 53.62 53.39 -
YUV 195.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 213 188 185 0 0.12 0.13 0.16 6.43 0.25 0.78
Hex D5 BC B9 0 C D 10 6 19 4E
Octal 325 274 271 0 14 15 20 6 31 116
Binary 11010101 10111100 10111001 0 1100 1101 10000 110 11001 1001110

Color Harmonies of #D5BCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BCB9

Black with #D5BCB9

Text Example


Text Example

White with #D5BCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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