Shades of Bone #D5BCA8
Tints of Bone #D5BCA8
RGB
CMYK
RGB Variations
Color information
#D5BCA8 (or 0xD5BCA8) is known color: Bone. HEX triplet: D5, BC and A8. RGB value is (213,188,168). Sum of RGB (Red+Green+Blue) = 213+188+168=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 168 (66.02% from 255 or 29.53% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BCA8 is #2A4357. Grayscale: #C1C1C1. Windows color (decimal): -2769752 or 11058389. OLE color: 11058389.
HSL color Cylindrical-coordinate representation of color #D5BCA8: hue angle of 26.67º 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 #D5BCA8 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 168 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.16 |
| HSL | 26.67º | 0.35% | 0.75% | - |
| HSV(B) | 26.67º | 0.21% | 0.84% | - |
| XYZ | 52.49 | 52.94 | 44.5 | - |
| YUV | 193.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 168 | 0 | 0.12 | 0.21 | 0.16 | 26.67 | 0.35 | 0.75 |
| Hex | D5 | BC | A8 | 0 | C | 15 | 10 | 1B | 23 | 4B |
| Octal | 325 | 274 | 250 | 0 | 14 | 25 | 20 | 33 | 43 | 113 |
| Binary | 11010101 | 10111100 | 10101000 | 0 | 1100 | 10101 | 10000 | 11011 | 100011 | 1001011 |
Color Harmonies of #D5BCA8
Complementary color
Monochromatic Colors of #D5BCA8
Black with #D5BCA8
Text Example
Text Example
White with #D5BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCA8; }
p { color: rgb(213,188,168); }
H1.HeaderClassName
{
color: #D5BCA8;
}
.AnyTagClassName
{
color: #D5BCA8;
}
</style>
background-color css
<style>
a { background-color: #D5BCA8; }
a { background-color: rgb(213,188,168); }
div.DivClassName
{
background-color: #D5BCA8;
}
.BgClassName
{
background-color: #D5BCA8;
}
</style>
border-color css
<style>
span { border-color: #D5BCA8; }
span { border-color: rgb(213,188,168); }
td.TdClassName
{
border-color: #D5BCA8;
}
.TagClassName
{
border-color: #D5BCA8;
}
</style>