Shades of Bone #D0BEAF
Tints of Bone #D0BEAF
RGB
CMYK
RGB Variations
Color information
#D0BEAF (or 0xD0BEAF) is known color: Bone. HEX triplet: D0, BE and AF. RGB value is (208,190,175). Sum of RGB (Red+Green+Blue) = 208+190+175=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BEAF is #2F4150. Grayscale: #C1C1C1. Windows color (decimal): -3096913 or 11517648. OLE color: 11517648.
HSL color Cylindrical-coordinate representation of color #D0BEAF: hue angle of 27.27º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0BEAF is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 175 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.18 |
| HSL | 27.27º | 0.26% | 0.75% | - |
| HSV(B) | 27.27º | 0.16% | 0.82% | - |
| XYZ | 52.16 | 53.33 | 48.1 | - |
| YUV | 193.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 175 | 0 | 0.09 | 0.16 | 0.18 | 27.27 | 0.26 | 0.75 |
| Hex | D0 | BE | AF | 0 | 9 | 10 | 12 | 1B | 1A | 4B |
| Octal | 320 | 276 | 257 | 0 | 11 | 20 | 22 | 33 | 32 | 113 |
| Binary | 11010000 | 10111110 | 10101111 | 0 | 1001 | 10000 | 10010 | 11011 | 11010 | 1001011 |
Color Harmonies of #D0BEAF
Complementary color
Monochromatic Colors of #D0BEAF
Black with #D0BEAF
Text Example
Text Example
White with #D0BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEAF; }
p { color: rgb(208,190,175); }
H1.HeaderClassName
{
color: #D0BEAF;
}
.AnyTagClassName
{
color: #D0BEAF;
}
</style>
background-color css
<style>
a { background-color: #D0BEAF; }
a { background-color: rgb(208,190,175); }
div.DivClassName
{
background-color: #D0BEAF;
}
.BgClassName
{
background-color: #D0BEAF;
}
</style>
border-color css
<style>
span { border-color: #D0BEAF; }
span { border-color: rgb(208,190,175); }
td.TdClassName
{
border-color: #D0BEAF;
}
.TagClassName
{
border-color: #D0BEAF;
}
</style>