Shades of Pavlova #BCAB81
Tints of Pavlova #BCAB81
RGB
CMYK
RGB Variations
Color information
#BCAB81 (or 0xBCAB81) is known color: Pavlova. HEX triplet: BC, AB and 81. RGB value is (188,171,129). Sum of RGB (Red+Green+Blue) = 188+171+129=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB81 is #43547E. Grayscale: #ABABAB. Windows color (decimal): -4412543 or 8498108. OLE color: 8498108.
HSL color Cylindrical-coordinate representation of color #BCAB81: hue angle of 42.71º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCAB81 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 129 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.26 |
| HSL | 42.71º | 0.31% | 0.62% | - |
| HSV(B) | 42.71º | 0.31% | 0.74% | - |
| XYZ | 39.26 | 41.4 | 26.69 | - |
| YUV | 171.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 129 | 0 | 0.09 | 0.31 | 0.26 | 42.71 | 0.31 | 0.62 |
| Hex | BC | AB | 81 | 0 | 9 | 1F | 1A | 2B | 1F | 3E |
| Octal | 274 | 253 | 201 | 0 | 11 | 37 | 32 | 53 | 37 | 76 |
| Binary | 10111100 | 10101011 | 10000001 | 0 | 1001 | 11111 | 11010 | 101011 | 11111 | 111110 |
Color Harmonies of #BCAB81
Complementary color
Monochromatic Colors of #BCAB81
Black with #BCAB81
Text Example
Text Example
White with #BCAB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB81; }
p { color: rgb(188,171,129); }
H1.HeaderClassName
{
color: #BCAB81;
}
.AnyTagClassName
{
color: #BCAB81;
}
</style>
background-color css
<style>
a { background-color: #BCAB81; }
a { background-color: rgb(188,171,129); }
div.DivClassName
{
background-color: #BCAB81;
}
.BgClassName
{
background-color: #BCAB81;
}
</style>
border-color css
<style>
span { border-color: #BCAB81; }
span { border-color: rgb(188,171,129); }
td.TdClassName
{
border-color: #BCAB81;
}
.TagClassName
{
border-color: #BCAB81;
}
</style>