Shades of Bone #D1BDAC
Tints of Bone #D1BDAC
RGB
CMYK
RGB Variations
Color information
#D1BDAC (or 0xD1BDAC) is known color: Bone. HEX triplet: D1, BD and AC. RGB value is (209,189,172). Sum of RGB (Red+Green+Blue) = 209+189+172=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BDAC is #2E4253. Grayscale: #C1C1C1. Windows color (decimal): -3031636 or 11320785. OLE color: 11320785.
HSL color Cylindrical-coordinate representation of color #D1BDAC: hue angle of 27.57º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1BDAC is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 189 | 172 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.18 |
| HSL | 27.57º | 0.29% | 0.75% | - |
| HSV(B) | 27.57º | 0.18% | 0.82% | - |
| XYZ | 51.94 | 52.93 | 46.51 | - |
| YUV | 193.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 172 | 0 | 0.10 | 0.18 | 0.18 | 27.57 | 0.29 | 0.75 |
| Hex | D1 | BD | AC | 0 | A | 12 | 12 | 1C | 1D | 4B |
| Octal | 321 | 275 | 254 | 0 | 12 | 22 | 22 | 34 | 35 | 113 |
| Binary | 11010001 | 10111101 | 10101100 | 0 | 1010 | 10010 | 10010 | 11100 | 11101 | 1001011 |
Color Harmonies of #D1BDAC
Complementary color
Monochromatic Colors of #D1BDAC
Black with #D1BDAC
Text Example
Text Example
White with #D1BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDAC; }
p { color: rgb(209,189,172); }
H1.HeaderClassName
{
color: #D1BDAC;
}
.AnyTagClassName
{
color: #D1BDAC;
}
</style>
background-color css
<style>
a { background-color: #D1BDAC; }
a { background-color: rgb(209,189,172); }
div.DivClassName
{
background-color: #D1BDAC;
}
.BgClassName
{
background-color: #D1BDAC;
}
</style>
border-color css
<style>
span { border-color: #D1BDAC; }
span { border-color: rgb(209,189,172); }
td.TdClassName
{
border-color: #D1BDAC;
}
.TagClassName
{
border-color: #D1BDAC;
}
</style>