Shades of Pavlova #BCAB8A
Tints of Pavlova #BCAB8A
RGB
CMYK
RGB Variations
Color information
#BCAB8A (or 0xBCAB8A) is known color: Pavlova. HEX triplet: BC, AB and 8A. RGB value is (188,171,138). Sum of RGB (Red+Green+Blue) = 188+171+138=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB8A is #435475. Grayscale: #ACACAC. Windows color (decimal): -4412534 or 9087932. OLE color: 9087932.
HSL color Cylindrical-coordinate representation of color #BCAB8A: hue angle of 39.6º degrees, saturation: 0.27, 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 #BCAB8A is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 138 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.26 |
| HSL | 39.6º | 0.27% | 0.64% | - |
| HSV(B) | 39.6º | 0.27% | 0.74% | - |
| XYZ | 39.89 | 41.65 | 29.98 | - |
| YUV | 172.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 138 | 0 | 0.09 | 0.27 | 0.26 | 39.6 | 0.27 | 0.64 |
| Hex | BC | AB | 8A | 0 | 9 | 1B | 1A | 28 | 1B | 40 |
| Octal | 274 | 253 | 212 | 0 | 11 | 33 | 32 | 50 | 33 | 100 |
| Binary | 10111100 | 10101011 | 10001010 | 0 | 1001 | 11011 | 11010 | 101000 | 11011 | 1000000 |
Color Harmonies of #BCAB8A
Complementary color
Monochromatic Colors of #BCAB8A
Black with #BCAB8A
Text Example
Text Example
White with #BCAB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB8A; }
p { color: rgb(188,171,138); }
H1.HeaderClassName
{
color: #BCAB8A;
}
.AnyTagClassName
{
color: #BCAB8A;
}
</style>
background-color css
<style>
a { background-color: #BCAB8A; }
a { background-color: rgb(188,171,138); }
div.DivClassName
{
background-color: #BCAB8A;
}
.BgClassName
{
background-color: #BCAB8A;
}
</style>
border-color css
<style>
span { border-color: #BCAB8A; }
span { border-color: rgb(188,171,138); }
td.TdClassName
{
border-color: #BCAB8A;
}
.TagClassName
{
border-color: #BCAB8A;
}
</style>