Html Css Color HEX #D6BCBC Oyster Pink

📋 copy color: '#D6BCBC'

red 214 ◦ green 188 ◦ blue 188

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

Shades of Oyster Pink #D6BCBC

Tints of Oyster Pink #D6BCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.86%

R = 36.27%
G = 31.86%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D6BCBC (or 0xD6BCBC) is known color: Oyster Pink. HEX triplet: D6, BC and BC. RGB value is (214,188,188). Sum of RGB (Red+Green+Blue) = 214+188+188=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCBC is #294343. Grayscale: #C3C3C3. Windows color (decimal): -2704196 or 12369110. OLE color: 12369110.

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

Color convert

RGB 214 188 188 -
CMYK 0 0.12 0.12 0.16
HSL 0.24% 0.79% -
HSV(B) 0.12% 0.84% -
XYZ 54.79 53.89 55.09 -
YUV 195.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 214 188 188 0 0.12 0.12 0.16 0 0.24 0.79
Hex D6 BC BC 0 C C 10 0 18 4F
Octal 326 274 274 0 14 14 20 0 30 117
Binary 11010110 10111100 10111100 0 1100 1100 10000 0 11000 1001111

Color Harmonies of #D6BCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BCBC

Black with #D6BCBC

Text Example


Text Example

White with #D6BCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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