Shades of Pavlova #BCAB86
Tints of Pavlova #BCAB86
RGB
CMYK
RGB Variations
Color information
#BCAB86 (or 0xBCAB86) is known color: Pavlova. HEX triplet: BC, AB and 86. RGB value is (188,171,134). Sum of RGB (Red+Green+Blue) = 188+171+134=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB86 is #435479. Grayscale: #ACACAC. Windows color (decimal): -4412538 or 8825788. OLE color: 8825788.
HSL color Cylindrical-coordinate representation of color #BCAB86: hue angle of 41.11º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCAB86 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 134 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.26 |
| HSL | 41.11º | 0.29% | 0.63% | - |
| HSV(B) | 41.11º | 0.29% | 0.74% | - |
| XYZ | 39.61 | 41.54 | 28.48 | - |
| YUV | 171.87 | 106.63 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 134 | 0 | 0.09 | 0.29 | 0.26 | 41.11 | 0.29 | 0.63 |
| Hex | BC | AB | 86 | 0 | 9 | 1D | 1A | 29 | 1D | 3F |
| Octal | 274 | 253 | 206 | 0 | 11 | 35 | 32 | 51 | 35 | 77 |
| Binary | 10111100 | 10101011 | 10000110 | 0 | 1001 | 11101 | 11010 | 101001 | 11101 | 111111 |
Color Harmonies of #BCAB86
Complementary color
Monochromatic Colors of #BCAB86
Black with #BCAB86
Text Example
Text Example
White with #BCAB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB86; }
p { color: rgb(188,171,134); }
H1.HeaderClassName
{
color: #BCAB86;
}
.AnyTagClassName
{
color: #BCAB86;
}
</style>
background-color css
<style>
a { background-color: #BCAB86; }
a { background-color: rgb(188,171,134); }
div.DivClassName
{
background-color: #BCAB86;
}
.BgClassName
{
background-color: #BCAB86;
}
</style>
border-color css
<style>
span { border-color: #BCAB86; }
span { border-color: rgb(188,171,134); }
td.TdClassName
{
border-color: #BCAB86;
}
.TagClassName
{
border-color: #BCAB86;
}
</style>