Shades of Quicksand #BD988F
Tints of Quicksand #BD988F
RGB
CMYK
RGB Variations
Color information
#BD988F (or 0xBD988F) is known color: Quicksand. HEX triplet: BD, 98 and 8F. RGB value is (189,152,143). Sum of RGB (Red+Green+Blue) = 189+152+143=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BD988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD988F is #426770. Grayscale: #A2A2A2. Windows color (decimal): -4351857 or 9410749. OLE color: 9410749.
HSL color Cylindrical-coordinate representation of color #BD988F: hue angle of 11.74º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD988F is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 143 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.26 |
| HSL | 11.74º | 0.26% | 0.65% | - |
| HSV(B) | 11.74º | 0.24% | 0.74% | - |
| XYZ | 37.17 | 35.26 | 30.83 | - |
| YUV | 162.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 143 | 0 | 0.20 | 0.24 | 0.26 | 11.74 | 0.26 | 0.65 |
| Hex | BD | 98 | 8F | 0 | 14 | 18 | 1A | C | 1A | 41 |
| Octal | 275 | 230 | 217 | 0 | 24 | 30 | 32 | 14 | 32 | 101 |
| Binary | 10111101 | 10011000 | 10001111 | 0 | 10100 | 11000 | 11010 | 1100 | 11010 | 1000001 |
Color Harmonies of #BD988F
Complementary color
Monochromatic Colors of #BD988F
Black with #BD988F
Text Example
Text Example
White with #BD988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD988F; }
p { color: rgb(189,152,143); }
H1.HeaderClassName
{
color: #BD988F;
}
.AnyTagClassName
{
color: #BD988F;
}
</style>
background-color css
<style>
a { background-color: #BD988F; }
a { background-color: rgb(189,152,143); }
div.DivClassName
{
background-color: #BD988F;
}
.BgClassName
{
background-color: #BD988F;
}
</style>
border-color css
<style>
span { border-color: #BD988F; }
span { border-color: rgb(189,152,143); }
td.TdClassName
{
border-color: #BD988F;
}
.TagClassName
{
border-color: #BD988F;
}
</style>