Shades of Pavlova #BCAB88
Tints of Pavlova #BCAB88
RGB
CMYK
RGB Variations
Color information
#BCAB88 (or 0xBCAB88) is known color: Pavlova. HEX triplet: BC, AB and 88. RGB value is (188,171,136). Sum of RGB (Red+Green+Blue) = 188+171+136=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB88 is #435477. Grayscale: #ACACAC. Windows color (decimal): -4412536 or 8956860. OLE color: 8956860.
HSL color Cylindrical-coordinate representation of color #BCAB88: hue angle of 40.38º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCAB88 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 136 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.26 |
| HSL | 40.38º | 0.28% | 0.64% | - |
| HSV(B) | 40.38º | 0.28% | 0.74% | - |
| XYZ | 39.75 | 41.59 | 29.23 | - |
| YUV | 172.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 136 | 0 | 0.09 | 0.28 | 0.26 | 40.38 | 0.28 | 0.64 |
| Hex | BC | AB | 88 | 0 | 9 | 1C | 1A | 28 | 1C | 40 |
| Octal | 274 | 253 | 210 | 0 | 11 | 34 | 32 | 50 | 34 | 100 |
| Binary | 10111100 | 10101011 | 10001000 | 0 | 1001 | 11100 | 11010 | 101000 | 11100 | 1000000 |
Color Harmonies of #BCAB88
Complementary color
Monochromatic Colors of #BCAB88
Black with #BCAB88
Text Example
Text Example
White with #BCAB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB88; }
p { color: rgb(188,171,136); }
H1.HeaderClassName
{
color: #BCAB88;
}
.AnyTagClassName
{
color: #BCAB88;
}
</style>
background-color css
<style>
a { background-color: #BCAB88; }
a { background-color: rgb(188,171,136); }
div.DivClassName
{
background-color: #BCAB88;
}
.BgClassName
{
background-color: #BCAB88;
}
</style>
border-color css
<style>
span { border-color: #BCAB88; }
span { border-color: rgb(188,171,136); }
td.TdClassName
{
border-color: #BCAB88;
}
.TagClassName
{
border-color: #BCAB88;
}
</style>