Shades of Pavlova #BCA888
Tints of Pavlova #BCA888
RGB
CMYK
RGB Variations
Color information
#BCA888 (or 0xBCA888) is known color: Pavlova. HEX triplet: BC, A8 and 88. RGB value is (188,168,136). Sum of RGB (Red+Green+Blue) = 188+168+136=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA888 is #435777. Grayscale: #AAAAAA. Windows color (decimal): -4413304 or 8956092. OLE color: 8956092.
HSL color Cylindrical-coordinate representation of color #BCA888: hue angle of 36.92º 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 #BCA888 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 136 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.26 |
| HSL | 36.92º | 0.28% | 0.64% | - |
| HSV(B) | 36.92º | 0.28% | 0.74% | - |
| XYZ | 39.19 | 40.47 | 29.04 | - |
| YUV | 170.33 | 108.63 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 136 | 0 | 0.11 | 0.28 | 0.26 | 36.92 | 0.28 | 0.64 |
| Hex | BC | A8 | 88 | 0 | B | 1C | 1A | 25 | 1C | 40 |
| Octal | 274 | 250 | 210 | 0 | 13 | 34 | 32 | 45 | 34 | 100 |
| Binary | 10111100 | 10101000 | 10001000 | 0 | 1011 | 11100 | 11010 | 100101 | 11100 | 1000000 |
Color Harmonies of #BCA888
Complementary color
Monochromatic Colors of #BCA888
Black with #BCA888
Text Example
Text Example
White with #BCA888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA888; }
p { color: rgb(188,168,136); }
H1.HeaderClassName
{
color: #BCA888;
}
.AnyTagClassName
{
color: #BCA888;
}
</style>
background-color css
<style>
a { background-color: #BCA888; }
a { background-color: rgb(188,168,136); }
div.DivClassName
{
background-color: #BCA888;
}
.BgClassName
{
background-color: #BCA888;
}
</style>
border-color css
<style>
span { border-color: #BCA888; }
span { border-color: rgb(188,168,136); }
td.TdClassName
{
border-color: #BCA888;
}
.TagClassName
{
border-color: #BCA888;
}
</style>