Html Css Color HEX #D8BCBB Oyster Pink

📋 copy color: '#D8BCBB'

red 216 ◦ green 188 ◦ blue 187

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

Shades of Oyster Pink #D8BCBB

Tints of Oyster Pink #D8BCBB

RGB

 RED value IS 216 (84.77% from 255) = 36.55%

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

 BLUE value IS 187 (73.44% from 255) = 31.64%

R = 36.55%
G = 31.81%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D8BCBB (or 0xD8BCBB) is known color: Oyster Pink. HEX triplet: D8, BC and BB. RGB value is (216,188,187). Sum of RGB (Red+Green+Blue) = 216+188+187=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCBB is #274344. Grayscale: #C4C4C4. Windows color (decimal): -2573125 or 12303576. OLE color: 12303576.

HSL color Cylindrical-coordinate representation of color #D8BCBB: hue angle of 2.07º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8BCBB is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 188 187 -
CMYK 0 0.13 0.13 0.15
HSL 2.07º 0.27% 0.79% -
HSV(B) 2.07º 0.13% 0.85% -
XYZ 55.27 54.15 54.55 -
YUV 196.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 216 188 187 0 0.13 0.13 0.15 2.07 0.27 0.79
Hex D8 BC BB 0 D D F 2 1B 4F
Octal 330 274 273 0 15 15 17 2 33 117
Binary 11011000 10111100 10111011 0 1101 1101 1111 10 11011 1001111

Color Harmonies of #D8BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BCBB

Black with #D8BCBB

Text Example


Text Example

White with #D8BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BCBB; }

 p { color: rgb(216,188,187); }

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

background-color css

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

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

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

border-color css

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

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

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