Shades of Quicksand #BD9888
Tints of Quicksand #BD9888
RGB
CMYK
RGB Variations
Color information
#BD9888 (or 0xBD9888) is known color: Quicksand. HEX triplet: BD, 98 and 88. RGB value is (189,152,136). Sum of RGB (Red+Green+Blue) = 189+152+136=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9888 is #426777. Grayscale: #A1A1A1. Windows color (decimal): -4351864 or 8951997. OLE color: 8951997.
HSL color Cylindrical-coordinate representation of color #BD9888: hue angle of 18.11º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD9888 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 136 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.26 |
| HSL | 18.11º | 0.29% | 0.64% | - |
| HSV(B) | 18.11º | 0.28% | 0.74% | - |
| XYZ | 36.66 | 35.05 | 28.13 | - |
| YUV | 161.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 136 | 0 | 0.20 | 0.28 | 0.26 | 18.11 | 0.29 | 0.64 |
| Hex | BD | 98 | 88 | 0 | 14 | 1C | 1A | 12 | 1D | 40 |
| Octal | 275 | 230 | 210 | 0 | 24 | 34 | 32 | 22 | 35 | 100 |
| Binary | 10111101 | 10011000 | 10001000 | 0 | 10100 | 11100 | 11010 | 10010 | 11101 | 1000000 |
Color Harmonies of #BD9888
Complementary color
Monochromatic Colors of #BD9888
Black with #BD9888
Text Example
Text Example
White with #BD9888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9888; }
p { color: rgb(189,152,136); }
H1.HeaderClassName
{
color: #BD9888;
}
.AnyTagClassName
{
color: #BD9888;
}
</style>
background-color css
<style>
a { background-color: #BD9888; }
a { background-color: rgb(189,152,136); }
div.DivClassName
{
background-color: #BD9888;
}
.BgClassName
{
background-color: #BD9888;
}
</style>
border-color css
<style>
span { border-color: #BD9888; }
span { border-color: rgb(189,152,136); }
td.TdClassName
{
border-color: #BD9888;
}
.TagClassName
{
border-color: #BD9888;
}
</style>