Shades of Pavlova #BCAB89
Tints of Pavlova #BCAB89
RGB
CMYK
RGB Variations
Color information
#BCAB89 (or 0xBCAB89) is known color: Pavlova. HEX triplet: BC, AB and 89. RGB value is (188,171,137). Sum of RGB (Red+Green+Blue) = 188+171+137=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB89 is #435476. Grayscale: #ACACAC. Windows color (decimal): -4412535 or 9022396. OLE color: 9022396.
HSL color Cylindrical-coordinate representation of color #BCAB89: hue angle of 40º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCAB89 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 137 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.26 |
| HSL | 40º | 0.28% | 0.64% | - |
| HSV(B) | 40º | 0.27% | 0.74% | - |
| XYZ | 39.82 | 41.62 | 29.6 | - |
| YUV | 172.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 137 | 0 | 0.09 | 0.27 | 0.26 | 40 | 0.28 | 0.64 |
| Hex | BC | AB | 89 | 0 | 9 | 1B | 1A | 28 | 1C | 40 |
| Octal | 274 | 253 | 211 | 0 | 11 | 33 | 32 | 50 | 34 | 100 |
| Binary | 10111100 | 10101011 | 10001001 | 0 | 1001 | 11011 | 11010 | 101000 | 11100 | 1000000 |
Color Harmonies of #BCAB89
Complementary color
Monochromatic Colors of #BCAB89
Black with #BCAB89
Text Example
Text Example
White with #BCAB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB89; }
p { color: rgb(188,171,137); }
H1.HeaderClassName
{
color: #BCAB89;
}
.AnyTagClassName
{
color: #BCAB89;
}
</style>
background-color css
<style>
a { background-color: #BCAB89; }
a { background-color: rgb(188,171,137); }
div.DivClassName
{
background-color: #BCAB89;
}
.BgClassName
{
background-color: #BCAB89;
}
</style>
border-color css
<style>
span { border-color: #BCAB89; }
span { border-color: rgb(188,171,137); }
td.TdClassName
{
border-color: #BCAB89;
}
.TagClassName
{
border-color: #BCAB89;
}
</style>