Shades of Quicksand #BC9788
Tints of Quicksand #BC9788
RGB
CMYK
RGB Variations
Color information
#BC9788 (or 0xBC9788) is known color: Quicksand. HEX triplet: BC, 97 and 88. RGB value is (188,151,136). Sum of RGB (Red+Green+Blue) = 188+151+136=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9788 is #436877. Grayscale: #A0A0A0. Windows color (decimal): -4417656 or 8951740. OLE color: 8951740.
HSL color Cylindrical-coordinate representation of color #BC9788: hue angle of 17.31º degrees, saturation: 0.28, 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 #BC9788 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 136 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.26 |
| HSL | 17.31º | 0.28% | 0.64% | - |
| HSV(B) | 17.31º | 0.28% | 0.74% | - |
| XYZ | 36.25 | 34.6 | 28.06 | - |
| YUV | 160.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 136 | 0 | 0.20 | 0.28 | 0.26 | 17.31 | 0.28 | 0.64 |
| Hex | BC | 97 | 88 | 0 | 14 | 1C | 1A | 11 | 1C | 40 |
| Octal | 274 | 227 | 210 | 0 | 24 | 34 | 32 | 21 | 34 | 100 |
| Binary | 10111100 | 10010111 | 10001000 | 0 | 10100 | 11100 | 11010 | 10001 | 11100 | 1000000 |
Color Harmonies of #BC9788
Complementary color
Monochromatic Colors of #BC9788
Black with #BC9788
Text Example
Text Example
White with #BC9788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9788; }
p { color: rgb(188,151,136); }
H1.HeaderClassName
{
color: #BC9788;
}
.AnyTagClassName
{
color: #BC9788;
}
</style>
background-color css
<style>
a { background-color: #BC9788; }
a { background-color: rgb(188,151,136); }
div.DivClassName
{
background-color: #BC9788;
}
.BgClassName
{
background-color: #BC9788;
}
</style>
border-color css
<style>
span { border-color: #BC9788; }
span { border-color: rgb(188,151,136); }
td.TdClassName
{
border-color: #BC9788;
}
.TagClassName
{
border-color: #BC9788;
}
</style>