Shades of Pavlova #BCAB87
Tints of Pavlova #BCAB87
RGB
CMYK
RGB Variations
Color information
#BCAB87 (or 0xBCAB87) is known color: Pavlova. HEX triplet: BC, AB and 87. RGB value is (188,171,135). Sum of RGB (Red+Green+Blue) = 188+171+135=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 135 (53.12% from 255 or 27.33% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB87 is #435478. Grayscale: #ACACAC. Windows color (decimal): -4412537 or 8891324. OLE color: 8891324.
HSL color Cylindrical-coordinate representation of color #BCAB87: hue angle of 40.75º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCAB87 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 135 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.26 |
| HSL | 40.75º | 0.28% | 0.63% | - |
| HSV(B) | 40.75º | 0.28% | 0.74% | - |
| XYZ | 39.68 | 41.57 | 28.85 | - |
| YUV | 171.98 | 107.13 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 135 | 0 | 0.09 | 0.28 | 0.26 | 40.75 | 0.28 | 0.63 |
| Hex | BC | AB | 87 | 0 | 9 | 1C | 1A | 29 | 1C | 3F |
| Octal | 274 | 253 | 207 | 0 | 11 | 34 | 32 | 51 | 34 | 77 |
| Binary | 10111100 | 10101011 | 10000111 | 0 | 1001 | 11100 | 11010 | 101001 | 11100 | 111111 |
Color Harmonies of #BCAB87
Complementary color
Monochromatic Colors of #BCAB87
Black with #BCAB87
Text Example
Text Example
White with #BCAB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB87; }
p { color: rgb(188,171,135); }
H1.HeaderClassName
{
color: #BCAB87;
}
.AnyTagClassName
{
color: #BCAB87;
}
</style>
background-color css
<style>
a { background-color: #BCAB87; }
a { background-color: rgb(188,171,135); }
div.DivClassName
{
background-color: #BCAB87;
}
.BgClassName
{
background-color: #BCAB87;
}
</style>
border-color css
<style>
span { border-color: #BCAB87; }
span { border-color: rgb(188,171,135); }
td.TdClassName
{
border-color: #BCAB87;
}
.TagClassName
{
border-color: #BCAB87;
}
</style>