Shades of Quicksand #BC968C
Tints of Quicksand #BC968C
RGB
CMYK
RGB Variations
Color information
#BC968C (or 0xBC968C) is known color: Quicksand. HEX triplet: BC, 96 and 8C. RGB value is (188,150,140). Sum of RGB (Red+Green+Blue) = 188+150+140=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC968C is #436973. Grayscale: #A0A0A0. Windows color (decimal): -4417908 or 9213628. OLE color: 9213628.
HSL color Cylindrical-coordinate representation of color #BC968C: hue angle of 12.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC968C is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 140 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.26 |
| HSL | 12.5º | 0.26% | 0.64% | - |
| HSV(B) | 12.5º | 0.26% | 0.74% | - |
| XYZ | 36.38 | 34.4 | 29.53 | - |
| YUV | 160.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 140 | 0 | 0.20 | 0.26 | 0.26 | 12.5 | 0.26 | 0.64 |
| Hex | BC | 96 | 8C | 0 | 14 | 1A | 1A | C | 1A | 40 |
| Octal | 274 | 226 | 214 | 0 | 24 | 32 | 32 | 14 | 32 | 100 |
| Binary | 10111100 | 10010110 | 10001100 | 0 | 10100 | 11010 | 11010 | 1100 | 11010 | 1000000 |
Color Harmonies of #BC968C
Complementary color
Monochromatic Colors of #BC968C
Black with #BC968C
Text Example
Text Example
White with #BC968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC968C; }
p { color: rgb(188,150,140); }
H1.HeaderClassName
{
color: #BC968C;
}
.AnyTagClassName
{
color: #BC968C;
}
</style>
background-color css
<style>
a { background-color: #BC968C; }
a { background-color: rgb(188,150,140); }
div.DivClassName
{
background-color: #BC968C;
}
.BgClassName
{
background-color: #BC968C;
}
</style>
border-color css
<style>
span { border-color: #BC968C; }
span { border-color: rgb(188,150,140); }
td.TdClassName
{
border-color: #BC968C;
}
.TagClassName
{
border-color: #BC968C;
}
</style>