Html Css Color HEX #D6BCBA Oyster Pink

📋 copy color: '#D6BCBA'

red 214 ◦ green 188 ◦ blue 186

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

Shades of Oyster Pink #D6BCBA

Tints of Oyster Pink #D6BCBA

RGB

 RED value IS 214 (83.98% from 255) = 36.39%

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

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

R = 36.39%
G = 31.97%
B = 31.63%

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

#D6BCBA (or 0xD6BCBA) is known color: Oyster Pink. HEX triplet: D6, BC and BA. RGB value is (214,188,186). Sum of RGB (Red+Green+Blue) = 214+188+186=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCBA is #294345. Grayscale: #C3C3C3. Windows color (decimal): -2704198 or 12238038. OLE color: 12238038.

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

Color convert

RGB 214 188 186 -
CMYK 0 0.12 0.13 0.16
HSL 4.29º 0.25% 0.78% -
HSV(B) 4.29º 0.13% 0.84% -
XYZ 54.58 53.81 53.96 -
YUV 195.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 214 188 186 0 0.12 0.13 0.16 4.29 0.25 0.78
Hex D6 BC BA 0 C D 10 4 19 4E
Octal 326 274 272 0 14 15 20 4 31 116
Binary 11010110 10111100 10111010 0 1100 1101 10000 100 11001 1001110

Color Harmonies of #D6BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BCBA

Black with #D6BCBA

Text Example


Text Example

White with #D6BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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