Shades of Bone #D2BCA9
Tints of Bone #D2BCA9
RGB
CMYK
RGB Variations
Color information
#D2BCA9 (or 0xD2BCA9) is known color: Bone. HEX triplet: D2, BC and A9. RGB value is (210,188,169). Sum of RGB (Red+Green+Blue) = 210+188+169=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BCA9 is #2D4356. Grayscale: #C0C0C0. Windows color (decimal): -2966359 or 11123922. OLE color: 11123922.
HSL color Cylindrical-coordinate representation of color #D2BCA9: hue angle of 27.8º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2BCA9 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 169 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.18 |
| HSL | 27.8º | 0.31% | 0.74% | - |
| HSV(B) | 27.8º | 0.2% | 0.82% | - |
| XYZ | 51.72 | 52.53 | 44.95 | - |
| YUV | 192.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 169 | 0 | 0.10 | 0.20 | 0.18 | 27.8 | 0.31 | 0.74 |
| Hex | D2 | BC | A9 | 0 | A | 14 | 12 | 1C | 1F | 4A |
| Octal | 322 | 274 | 251 | 0 | 12 | 24 | 22 | 34 | 37 | 112 |
| Binary | 11010010 | 10111100 | 10101001 | 0 | 1010 | 10100 | 10010 | 11100 | 11111 | 1001010 |
Color Harmonies of #D2BCA9
Complementary color
Monochromatic Colors of #D2BCA9
Black with #D2BCA9
Text Example
Text Example
White with #D2BCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCA9; }
p { color: rgb(210,188,169); }
H1.HeaderClassName
{
color: #D2BCA9;
}
.AnyTagClassName
{
color: #D2BCA9;
}
</style>
background-color css
<style>
a { background-color: #D2BCA9; }
a { background-color: rgb(210,188,169); }
div.DivClassName
{
background-color: #D2BCA9;
}
.BgClassName
{
background-color: #D2BCA9;
}
</style>
border-color css
<style>
span { border-color: #D2BCA9; }
span { border-color: rgb(210,188,169); }
td.TdClassName
{
border-color: #D2BCA9;
}
.TagClassName
{
border-color: #D2BCA9;
}
</style>