Html Css Color HEX #D5BCBA Oyster Pink

📋 copy color: '#D5BCBA'

red 213 ◦ green 188 ◦ blue 186

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

Shades of Oyster Pink #D5BCBA

Tints of Oyster Pink #D5BCBA

RGB

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

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

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

R = 36.29%
G = 32.03%
B = 31.69%

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

#D5BCBA (or 0xD5BCBA) is known color: Oyster Pink. HEX triplet: D5, BC and BA. RGB value is (213,188,186). Sum of RGB (Red+Green+Blue) = 213+188+186=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCBA is #2A4345. Grayscale: #C3C3C3. Windows color (decimal): -2769734 or 12238037. OLE color: 12238037.

HSL color Cylindrical-coordinate representation of color #D5BCBA: hue angle of 4.44º degrees, saturation: 0.24, 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 #D5BCBA is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 188 186 -
CMYK 0 0.12 0.13 0.16
HSL 4.44º 0.24% 0.78% -
HSV(B) 4.44º 0.13% 0.84% -
XYZ 54.29 53.66 53.95 -
YUV 195.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 213 188 186 0 0.12 0.13 0.16 4.44 0.24 0.78
Hex D5 BC BA 0 C D 10 4 18 4E
Octal 325 274 272 0 14 15 20 4 30 116
Binary 11010101 10111100 10111010 0 1100 1101 10000 100 11000 1001110

Color Harmonies of #D5BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BCBA

Black with #D5BCBA

Text Example


Text Example

White with #D5BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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