Html Css Color HEX #D1BCB9 Oyster Pink

📋 copy color: '#D1BCB9'

red 209 ◦ green 188 ◦ blue 185

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

Shades of Oyster Pink #D1BCB9

Tints of Oyster Pink #D1BCB9

RGB

 RED value IS 209 (82.03% from 255) = 35.91%

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

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

R = 35.91%
G = 32.3%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D1BCB9 (or 0xD1BCB9) is known color: Oyster Pink. HEX triplet: D1, BC and B9. RGB value is (209,188,185). Sum of RGB (Red+Green+Blue) = 209+188+185=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCB9 is #2E4346. Grayscale: #C1C1C1. Windows color (decimal): -3031879 or 12172497. OLE color: 12172497.

HSL color Cylindrical-coordinate representation of color #D1BCB9: hue angle of 7.5º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BCB9 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 188 185 -
CMYK 0 0.10 0.11 0.18
HSL 7.5º 0.21% 0.77% -
HSV(B) 7.5º 0.11% 0.82% -
XYZ 53.03 53.02 53.34 -
YUV 193.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 209 188 185 0 0.10 0.11 0.18 7.5 0.21 0.77
Hex D1 BC B9 0 A B 12 8 15 4D
Octal 321 274 271 0 12 13 22 10 25 115
Binary 11010001 10111100 10111001 0 1010 1011 10010 1000 10101 1001101

Color Harmonies of #D1BCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BCB9

Black with #D1BCB9

Text Example


Text Example

White with #D1BCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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