Shades of Pavlova #BCAC8C
Tints of Pavlova #BCAC8C
RGB
CMYK
RGB Variations
Color information
#BCAC8C (or 0xBCAC8C) is known color: Pavlova. HEX triplet: BC, AC and 8C. RGB value is (188,172,140). Sum of RGB (Red+Green+Blue) = 188+172+140=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC8C is #435373. Grayscale: #ADADAD. Windows color (decimal): -4412276 or 9219260. OLE color: 9219260.
HSL color Cylindrical-coordinate representation of color #BCAC8C: hue angle of 40º 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 #BCAC8C is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 140 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.26 |
| HSL | 40º | 0.26% | 0.64% | - |
| HSV(B) | 40º | 0.26% | 0.74% | - |
| XYZ | 40.23 | 42.09 | 30.82 | - |
| YUV | 173.14 | 109.3 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 140 | 0 | 0.09 | 0.26 | 0.26 | 40 | 0.26 | 0.64 |
| Hex | BC | AC | 8C | 0 | 9 | 1A | 1A | 28 | 1A | 40 |
| Octal | 274 | 254 | 214 | 0 | 11 | 32 | 32 | 50 | 32 | 100 |
| Binary | 10111100 | 10101100 | 10001100 | 0 | 1001 | 11010 | 11010 | 101000 | 11010 | 1000000 |
Color Harmonies of #BCAC8C
Complementary color
Monochromatic Colors of #BCAC8C
Black with #BCAC8C
Text Example
Text Example
White with #BCAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC8C; }
p { color: rgb(188,172,140); }
H1.HeaderClassName
{
color: #BCAC8C;
}
.AnyTagClassName
{
color: #BCAC8C;
}
</style>
background-color css
<style>
a { background-color: #BCAC8C; }
a { background-color: rgb(188,172,140); }
div.DivClassName
{
background-color: #BCAC8C;
}
.BgClassName
{
background-color: #BCAC8C;
}
</style>
border-color css
<style>
span { border-color: #BCAC8C; }
span { border-color: rgb(188,172,140); }
td.TdClassName
{
border-color: #BCAC8C;
}
.TagClassName
{
border-color: #BCAC8C;
}
</style>