Shades of Bone #D2BFAD
Tints of Bone #D2BFAD
RGB
CMYK
RGB Variations
Color information
#D2BFAD (or 0xD2BFAD) is known color: Bone. HEX triplet: D2, BF and AD. RGB value is (210,191,173). Sum of RGB (Red+Green+Blue) = 210+191+173=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BFAD is #2D4052. Grayscale: #C2C2C2. Windows color (decimal): -2965587 or 11386834. OLE color: 11386834.
HSL color Cylindrical-coordinate representation of color #D2BFAD: hue angle of 29.19º 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 #D2BFAD is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 173 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.18 |
| HSL | 29.19º | 0.29% | 0.75% | - |
| HSV(B) | 29.19º | 0.18% | 0.82% | - |
| XYZ | 52.75 | 53.98 | 47.17 | - |
| YUV | 194.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 173 | 0 | 0.09 | 0.18 | 0.18 | 29.19 | 0.29 | 0.75 |
| Hex | D2 | BF | AD | 0 | 9 | 12 | 12 | 1D | 1D | 4B |
| Octal | 322 | 277 | 255 | 0 | 11 | 22 | 22 | 35 | 35 | 113 |
| Binary | 11010010 | 10111111 | 10101101 | 0 | 1001 | 10010 | 10010 | 11101 | 11101 | 1001011 |
Color Harmonies of #D2BFAD
Complementary color
Monochromatic Colors of #D2BFAD
Black with #D2BFAD
Text Example
Text Example
White with #D2BFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BFAD; }
p { color: rgb(210,191,173); }
H1.HeaderClassName
{
color: #D2BFAD;
}
.AnyTagClassName
{
color: #D2BFAD;
}
</style>
background-color css
<style>
a { background-color: #D2BFAD; }
a { background-color: rgb(210,191,173); }
div.DivClassName
{
background-color: #D2BFAD;
}
.BgClassName
{
background-color: #D2BFAD;
}
</style>
border-color css
<style>
span { border-color: #D2BFAD; }
span { border-color: rgb(210,191,173); }
td.TdClassName
{
border-color: #D2BFAD;
}
.TagClassName
{
border-color: #D2BFAD;
}
</style>