Shades of Bone #D6BFAA
Tints of Bone #D6BFAA
RGB
CMYK
RGB Variations
Color information
#D6BFAA (or 0xD6BFAA) is known color: Bone. HEX triplet: D6, BF and AA. RGB value is (214,191,170). Sum of RGB (Red+Green+Blue) = 214+191+170=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BFAA is #294055. Grayscale: #C3C3C3. Windows color (decimal): -2703446 or 11190230. OLE color: 11190230.
HSL color Cylindrical-coordinate representation of color #D6BFAA: hue angle of 28.64º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6BFAA is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 170 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.16 |
| HSL | 28.64º | 0.35% | 0.75% | - |
| HSV(B) | 28.64º | 0.21% | 0.84% | - |
| XYZ | 53.62 | 54.46 | 45.72 | - |
| YUV | 195.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 170 | 0 | 0.11 | 0.21 | 0.16 | 28.64 | 0.35 | 0.75 |
| Hex | D6 | BF | AA | 0 | B | 15 | 10 | 1D | 23 | 4B |
| Octal | 326 | 277 | 252 | 0 | 13 | 25 | 20 | 35 | 43 | 113 |
| Binary | 11010110 | 10111111 | 10101010 | 0 | 1011 | 10101 | 10000 | 11101 | 100011 | 1001011 |
Color Harmonies of #D6BFAA
Complementary color
Monochromatic Colors of #D6BFAA
Black with #D6BFAA
Text Example
Text Example
White with #D6BFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFAA; }
p { color: rgb(214,191,170); }
H1.HeaderClassName
{
color: #D6BFAA;
}
.AnyTagClassName
{
color: #D6BFAA;
}
</style>
background-color css
<style>
a { background-color: #D6BFAA; }
a { background-color: rgb(214,191,170); }
div.DivClassName
{
background-color: #D6BFAA;
}
.BgClassName
{
background-color: #D6BFAA;
}
</style>
border-color css
<style>
span { border-color: #D6BFAA; }
span { border-color: rgb(214,191,170); }
td.TdClassName
{
border-color: #D6BFAA;
}
.TagClassName
{
border-color: #D6BFAA;
}
</style>