Shades of Pavlova #BCAB8D
Tints of Pavlova #BCAB8D
RGB
CMYK
RGB Variations
Color information
#BCAB8D (or 0xBCAB8D) is known color: Pavlova. HEX triplet: BC, AB and 8D. RGB value is (188,171,141). Sum of RGB (Red+Green+Blue) = 188+171+141=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB8D is #435472. Grayscale: #ACACAC. Windows color (decimal): -4412531 or 9284540. OLE color: 9284540.
HSL color Cylindrical-coordinate representation of color #BCAB8D: hue angle of 38.3º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCAB8D is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 141 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.26 |
| HSL | 38.3º | 0.26% | 0.65% | - |
| HSV(B) | 38.3º | 0.25% | 0.74% | - |
| XYZ | 40.11 | 41.74 | 31.14 | - |
| YUV | 172.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 141 | 0 | 0.09 | 0.25 | 0.26 | 38.3 | 0.26 | 0.65 |
| Hex | BC | AB | 8D | 0 | 9 | 19 | 1A | 26 | 1A | 41 |
| Octal | 274 | 253 | 215 | 0 | 11 | 31 | 32 | 46 | 32 | 101 |
| Binary | 10111100 | 10101011 | 10001101 | 0 | 1001 | 11001 | 11010 | 100110 | 11010 | 1000001 |
Color Harmonies of #BCAB8D
Complementary color
Monochromatic Colors of #BCAB8D
Black with #BCAB8D
Text Example
Text Example
White with #BCAB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB8D; }
p { color: rgb(188,171,141); }
H1.HeaderClassName
{
color: #BCAB8D;
}
.AnyTagClassName
{
color: #BCAB8D;
}
</style>
background-color css
<style>
a { background-color: #BCAB8D; }
a { background-color: rgb(188,171,141); }
div.DivClassName
{
background-color: #BCAB8D;
}
.BgClassName
{
background-color: #BCAB8D;
}
</style>
border-color css
<style>
span { border-color: #BCAB8D; }
span { border-color: rgb(188,171,141); }
td.TdClassName
{
border-color: #BCAB8D;
}
.TagClassName
{
border-color: #BCAB8D;
}
</style>