Shades of Pavlova #BCA884
Tints of Pavlova #BCA884
RGB
CMYK
RGB Variations
Color information
#BCA884 (or 0xBCA884) is known color: Pavlova. HEX triplet: BC, A8 and 84. RGB value is (188,168,132). Sum of RGB (Red+Green+Blue) = 188+168+132=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA884 is #43577B. Grayscale: #AAAAAA. Windows color (decimal): -4413308 or 8693948. OLE color: 8693948.
HSL color Cylindrical-coordinate representation of color #BCA884: hue angle of 38.57º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCA884 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 132 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.26 |
| HSL | 38.57º | 0.29% | 0.63% | - |
| HSV(B) | 38.57º | 0.3% | 0.74% | - |
| XYZ | 38.91 | 40.36 | 27.57 | - |
| YUV | 169.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 132 | 0 | 0.11 | 0.30 | 0.26 | 38.57 | 0.29 | 0.63 |
| Hex | BC | A8 | 84 | 0 | B | 1E | 1A | 27 | 1D | 3F |
| Octal | 274 | 250 | 204 | 0 | 13 | 36 | 32 | 47 | 35 | 77 |
| Binary | 10111100 | 10101000 | 10000100 | 0 | 1011 | 11110 | 11010 | 100111 | 11101 | 111111 |
Color Harmonies of #BCA884
Complementary color
Monochromatic Colors of #BCA884
Black with #BCA884
Text Example
Text Example
White with #BCA884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA884; }
p { color: rgb(188,168,132); }
H1.HeaderClassName
{
color: #BCA884;
}
.AnyTagClassName
{
color: #BCA884;
}
</style>
background-color css
<style>
a { background-color: #BCA884; }
a { background-color: rgb(188,168,132); }
div.DivClassName
{
background-color: #BCA884;
}
.BgClassName
{
background-color: #BCA884;
}
</style>
border-color css
<style>
span { border-color: #BCA884; }
span { border-color: rgb(188,168,132); }
td.TdClassName
{
border-color: #BCA884;
}
.TagClassName
{
border-color: #BCA884;
}
</style>