Html Css Color HEX #D4BCBC Oyster Pink

📋 copy color: '#D4BCBC'

red 212 ◦ green 188 ◦ blue 188

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

Shades of Oyster Pink #D4BCBC

Tints of Oyster Pink #D4BCBC

RGB

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

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

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

R = 36.05%
G = 31.97%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D4BCBC (or 0xD4BCBC) is known color: Oyster Pink. HEX triplet: D4, BC and BC. RGB value is (212,188,188). Sum of RGB (Red+Green+Blue) = 212+188+188=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCBC is #2B4343. Grayscale: #C3C3C3. Windows color (decimal): -2835268 or 12369108. OLE color: 12369108.

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

Color convert

RGB 212 188 188 -
CMYK 0 0.11 0.11 0.17
HSL 0.22% 0.78% -
HSV(B) 0.11% 0.83% -
XYZ 54.21 53.59 55.06 -
YUV 195.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 212 188 188 0 0.11 0.11 0.17 0 0.22 0.78
Hex D4 BC BC 0 B B 11 0 16 4E
Octal 324 274 274 0 13 13 21 0 26 116
Binary 11010100 10111100 10111100 0 1011 1011 10001 0 10110 1001110

Color Harmonies of #D4BCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BCBC

Black with #D4BCBC

Text Example


Text Example

White with #D4BCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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