#D2BFB0

Color #D2BFB0 Bone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bone #D2BFB0

Tints of Bone #D2BFB0

Color information

#D2BFB0 (or 0xD2BFB0) is unknown color: approx Bone. HEX triplet: D2, BF and B0. RGB value is (210,191,176). Sum of RGB (Red+Green+Blue) = 210+191+176=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BFB0 is #2D404F. Grayscale: #C3C3C3. Windows color (decimal): -2965584 or 11583442. OLE color: 11583442.

HSL color Cylindrical-coordinate representation of color #D2BFB0: hue angle of 26.47º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2BFB0 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB210191176-
CMYK00.090.160.18
HSL26.47º27.42%75.69%-
HSV(B)26.47º16.19%82.35%-
XYZ53.0554.148.72-
YUV194.97117.29138.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.40%
GREEN value IS 191 (75% from 255) = 33.10%
BLUE value IS 176 (69.14% from 255) = 30.50%
R=36.40%
G=33.10%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019117600.090.160.1826.4727.4275.69
HexD2BFB00910121a1b4c
Octal32227726001120223233114
Binary11010010101111111011000001001100001001011010110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BFB0; }

 p { color: rgb(210,191,176); }

 H1.HeaderClassName
 {
   color: #D2BFB0;
 }
 .AnyTagClassName
 {
   color: #D2BFB0;
 }
</style>
background-color css

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

 a { background-color: rgb(210,191,176); }

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

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

 span { border-color: rgb(210,191,176); }

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