Shades of Alto #D5BFBC
Tints of Alto #D5BFBC
RGB
CMYK
RGB Variations
Color information
#D5BFBC (or 0xD5BFBC) is known color: Alto. HEX triplet: D5, BF and BC. RGB value is (213,191,188). Sum of RGB (Red+Green+Blue) = 213+191+188=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BFBC is #2A4043. Grayscale: #C5C5C5. Windows color (decimal): -2768964 or 12369877. OLE color: 12369877.
HSL color Cylindrical-coordinate representation of color #D5BFBC: hue angle of 7.2º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BFBC is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 188 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.16 |
| HSL | 7.2º | 0.23% | 0.79% | - |
| HSV(B) | 7.2º | 0.12% | 0.84% | - |
| XYZ | 55.15 | 55.04 | 55.29 | - |
| YUV | 197.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 188 | 0 | 0.10 | 0.12 | 0.16 | 7.2 | 0.23 | 0.79 |
| Hex | D5 | BF | BC | 0 | A | C | 10 | 7 | 17 | 4F |
| Octal | 325 | 277 | 274 | 0 | 12 | 14 | 20 | 7 | 27 | 117 |
| Binary | 11010101 | 10111111 | 10111100 | 0 | 1010 | 1100 | 10000 | 111 | 10111 | 1001111 |
Color Harmonies of #D5BFBC
Complementary color
Monochromatic Colors of #D5BFBC
Black with #D5BFBC
Text Example
Text Example
White with #D5BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BFBC; }
p { color: rgb(213,191,188); }
H1.HeaderClassName
{
color: #D5BFBC;
}
.AnyTagClassName
{
color: #D5BFBC;
}
</style>
background-color css
<style>
a { background-color: #D5BFBC; }
a { background-color: rgb(213,191,188); }
div.DivClassName
{
background-color: #D5BFBC;
}
.BgClassName
{
background-color: #D5BFBC;
}
</style>
border-color css
<style>
span { border-color: #D5BFBC; }
span { border-color: rgb(213,191,188); }
td.TdClassName
{
border-color: #D5BFBC;
}
.TagClassName
{
border-color: #D5BFBC;
}
</style>