Html Css Color HEX #D7BCBB Oyster Pink

📋 copy color: '#D7BCBB'

red 215 ◦ green 188 ◦ blue 187

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

Shades of Oyster Pink #D7BCBB

Tints of Oyster Pink #D7BCBB

RGB

 RED value IS 215 (84.38% from 255) = 36.44%

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

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

R = 36.44%
G = 31.86%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D7BCBB (or 0xD7BCBB) is known color: Oyster Pink. HEX triplet: D7, BC and BB. RGB value is (215,188,187). Sum of RGB (Red+Green+Blue) = 215+188+187=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BCBB is #284344. Grayscale: #C3C3C3. Windows color (decimal): -2638661 or 12303575. OLE color: 12303575.

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

Color convert

RGB 215 188 187 -
CMYK 0 0.13 0.13 0.16
HSL 2.14º 0.26% 0.79% -
HSV(B) 2.14º 0.13% 0.84% -
XYZ 54.98 54 54.54 -
YUV 195.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 215 188 187 0 0.13 0.13 0.16 2.14 0.26 0.79
Hex D7 BC BB 0 D D 10 2 1A 4F
Octal 327 274 273 0 15 15 20 2 32 117
Binary 11010111 10111100 10111011 0 1101 1101 10000 10 11010 1001111

Color Harmonies of #D7BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BCBB

Black with #D7BCBB

Text Example


Text Example

White with #D7BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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