Shades of Bone #D8BBA2
Tints of Bone #D8BBA2
RGB
CMYK
RGB Variations
Color information
#D8BBA2 (or 0xD8BBA2) is known color: Bone. HEX triplet: D8, BB and A2. RGB value is (216,187,162). Sum of RGB (Red+Green+Blue) = 216+187+162=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 162 (63.67% from 255 or 28.67% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BBA2 is #27445D. Grayscale: #C0C0C0. Windows color (decimal): -2573406 or 10664920. OLE color: 10664920.
HSL color Cylindrical-coordinate representation of color #D8BBA2: hue angle of 27.78º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8BBA2 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 162 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.15 |
| HSL | 27.78º | 0.41% | 0.74% | - |
| HSV(B) | 27.78º | 0.25% | 0.85% | - |
| XYZ | 52.61 | 52.75 | 41.59 | - |
| YUV | 192.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 162 | 0 | 0.13 | 0.25 | 0.15 | 27.78 | 0.41 | 0.74 |
| Hex | D8 | BB | A2 | 0 | D | 19 | F | 1C | 29 | 4A |
| Octal | 330 | 273 | 242 | 0 | 15 | 31 | 17 | 34 | 51 | 112 |
| Binary | 11011000 | 10111011 | 10100010 | 0 | 1101 | 11001 | 1111 | 11100 | 101001 | 1001010 |
Color Harmonies of #D8BBA2
Complementary color
Monochromatic Colors of #D8BBA2
Black with #D8BBA2
Text Example
Text Example
White with #D8BBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBA2; }
p { color: rgb(216,187,162); }
H1.HeaderClassName
{
color: #D8BBA2;
}
.AnyTagClassName
{
color: #D8BBA2;
}
</style>
background-color css
<style>
a { background-color: #D8BBA2; }
a { background-color: rgb(216,187,162); }
div.DivClassName
{
background-color: #D8BBA2;
}
.BgClassName
{
background-color: #D8BBA2;
}
</style>
border-color css
<style>
span { border-color: #D8BBA2; }
span { border-color: rgb(216,187,162); }
td.TdClassName
{
border-color: #D8BBA2;
}
.TagClassName
{
border-color: #D8BBA2;
}
</style>