Shades of Quicksand #BD988C
Tints of Quicksand #BD988C
RGB
CMYK
RGB Variations
Color information
#BD988C (or 0xBD988C) is known color: Quicksand. HEX triplet: BD, 98 and 8C. RGB value is (189,152,140). Sum of RGB (Red+Green+Blue) = 189+152+140=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD988C is #426773. Grayscale: #A1A1A1. Windows color (decimal): -4351860 or 9214141. OLE color: 9214141.
HSL color Cylindrical-coordinate representation of color #BD988C: hue angle of 14.69º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD988C is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 140 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.26 |
| HSL | 14.69º | 0.27% | 0.65% | - |
| HSV(B) | 14.69º | 0.26% | 0.74% | - |
| XYZ | 36.95 | 35.17 | 29.65 | - |
| YUV | 161.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 140 | 0 | 0.20 | 0.26 | 0.26 | 14.69 | 0.27 | 0.65 |
| Hex | BD | 98 | 8C | 0 | 14 | 1A | 1A | F | 1B | 41 |
| Octal | 275 | 230 | 214 | 0 | 24 | 32 | 32 | 17 | 33 | 101 |
| Binary | 10111101 | 10011000 | 10001100 | 0 | 10100 | 11010 | 11010 | 1111 | 11011 | 1000001 |
Color Harmonies of #BD988C
Complementary color
Monochromatic Colors of #BD988C
Black with #BD988C
Text Example
Text Example
White with #BD988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD988C; }
p { color: rgb(189,152,140); }
H1.HeaderClassName
{
color: #BD988C;
}
.AnyTagClassName
{
color: #BD988C;
}
</style>
background-color css
<style>
a { background-color: #BD988C; }
a { background-color: rgb(189,152,140); }
div.DivClassName
{
background-color: #BD988C;
}
.BgClassName
{
background-color: #BD988C;
}
</style>
border-color css
<style>
span { border-color: #BD988C; }
span { border-color: rgb(189,152,140); }
td.TdClassName
{
border-color: #BD988C;
}
.TagClassName
{
border-color: #BD988C;
}
</style>