Shades of Quicksand #BD998C
Tints of Quicksand #BD998C
RGB
CMYK
RGB Variations
Color information
#BD998C (or 0xBD998C) is known color: Quicksand. HEX triplet: BD, 99 and 8C. RGB value is (189,153,140). Sum of RGB (Red+Green+Blue) = 189+153+140=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BD998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD998C is #426673. Grayscale: #A2A2A2. Windows color (decimal): -4351604 or 9214397. OLE color: 9214397.
HSL color Cylindrical-coordinate representation of color #BD998C: hue angle of 15.92º 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 #BD998C is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 140 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.26 |
| HSL | 15.92º | 0.27% | 0.65% | - |
| HSV(B) | 15.92º | 0.26% | 0.74% | - |
| XYZ | 37.11 | 35.49 | 29.71 | - |
| YUV | 162.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 140 | 0 | 0.19 | 0.26 | 0.26 | 15.92 | 0.27 | 0.65 |
| Hex | BD | 99 | 8C | 0 | 13 | 1A | 1A | 10 | 1B | 41 |
| Octal | 275 | 231 | 214 | 0 | 23 | 32 | 32 | 20 | 33 | 101 |
| Binary | 10111101 | 10011001 | 10001100 | 0 | 10011 | 11010 | 11010 | 10000 | 11011 | 1000001 |
Color Harmonies of #BD998C
Complementary color
Monochromatic Colors of #BD998C
Black with #BD998C
Text Example
Text Example
White with #BD998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD998C; }
p { color: rgb(189,153,140); }
H1.HeaderClassName
{
color: #BD998C;
}
.AnyTagClassName
{
color: #BD998C;
}
</style>
background-color css
<style>
a { background-color: #BD998C; }
a { background-color: rgb(189,153,140); }
div.DivClassName
{
background-color: #BD998C;
}
.BgClassName
{
background-color: #BD998C;
}
</style>
border-color css
<style>
span { border-color: #BD998C; }
span { border-color: rgb(189,153,140); }
td.TdClassName
{
border-color: #BD998C;
}
.TagClassName
{
border-color: #BD998C;
}
</style>