Html Css Color HEX #D2BCBB Oyster Pink

📋 copy color: '#D2BCBB'

red 210 ◦ green 188 ◦ blue 187

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

Shades of Oyster Pink #D2BCBB

Tints of Oyster Pink #D2BCBB

RGB

 RED value IS 210 (82.42% from 255) = 35.9%

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

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

R = 35.9%
G = 32.14%
B = 31.97%

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

#D2BCBB (or 0xD2BCBB) is known color: Oyster Pink. HEX triplet: D2, BC and BB. RGB value is (210,188,187). Sum of RGB (Red+Green+Blue) = 210+188+187=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BCBB is #2D4344. Grayscale: #C2C2C2. Windows color (decimal): -2966341 or 12303570. OLE color: 12303570.

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

Color convert

RGB 210 188 187 -
CMYK 0 0.10 0.11 0.18
HSL 2.61º 0.2% 0.78% -
HSV(B) 2.61º 0.11% 0.82% -
XYZ 53.53 53.26 54.47 -
YUV 194.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 210 188 187 0 0.10 0.11 0.18 2.61 0.2 0.78
Hex D2 BC BB 0 A B 12 3 14 4E
Octal 322 274 273 0 12 13 22 3 24 116
Binary 11010010 10111100 10111011 0 1010 1011 10010 11 10100 1001110

Color Harmonies of #D2BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BCBB

Black with #D2BCBB

Text Example


Text Example

White with #D2BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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