Shades of Alto #D1BCBC
Tints of Alto #D1BCBC
RGB
CMYK
RGB Variations
Color information
#D1BCBC (or 0xD1BCBC) is known color: Alto. HEX triplet: D1, BC and BC. RGB value is (209,188,188). Sum of RGB (Red+Green+Blue) = 209+188+188=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCBC is #2E4343. Grayscale: #C2C2C2. Windows color (decimal): -3031876 or 12369105. OLE color: 12369105.
HSL color Cylindrical-coordinate representation of color #D1BCBC: hue angle of 0º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1BCBC is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 188 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.18 |
| HSL | 0º | 0.19% | 0.78% | - |
| HSV(B) | 0º | 0.1% | 0.82% | - |
| XYZ | 53.35 | 53.15 | 55.02 | - |
| YUV | 194.28 | 124.46 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 188 | 0 | 0.10 | 0.10 | 0.18 | 0 | 0.19 | 0.78 |
| Hex | D1 | BC | BC | 0 | A | A | 12 | 0 | 13 | 4E |
| Octal | 321 | 274 | 274 | 0 | 12 | 12 | 22 | 0 | 23 | 116 |
| Binary | 11010001 | 10111100 | 10111100 | 0 | 1010 | 1010 | 10010 | 0 | 10011 | 1001110 |
Color Harmonies of #D1BCBC
Complementary color
Monochromatic Colors of #D1BCBC
Black with #D1BCBC
Text Example
Text Example
White with #D1BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCBC; }
p { color: rgb(209,188,188); }
H1.HeaderClassName
{
color: #D1BCBC;
}
.AnyTagClassName
{
color: #D1BCBC;
}
</style>
background-color css
<style>
a { background-color: #D1BCBC; }
a { background-color: rgb(209,188,188); }
div.DivClassName
{
background-color: #D1BCBC;
}
.BgClassName
{
background-color: #D1BCBC;
}
</style>
border-color css
<style>
span { border-color: #D1BCBC; }
span { border-color: rgb(209,188,188); }
td.TdClassName
{
border-color: #D1BCBC;
}
.TagClassName
{
border-color: #D1BCBC;
}
</style>