Shades of Pavlova #BCA882
Tints of Pavlova #BCA882
RGB
CMYK
RGB Variations
Color information
#BCA882 (or 0xBCA882) is known color: Pavlova. HEX triplet: BC, A8 and 82. RGB value is (188,168,130). Sum of RGB (Red+Green+Blue) = 188+168+130=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA882 is #43577D. Grayscale: #A9A9A9. Windows color (decimal): -4413310 or 8562876. OLE color: 8562876.
HSL color Cylindrical-coordinate representation of color #BCA882: hue angle of 39.31º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCA882 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 130 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.26 |
| HSL | 39.31º | 0.3% | 0.62% | - |
| HSV(B) | 39.31º | 0.31% | 0.74% | - |
| XYZ | 38.77 | 40.31 | 26.86 | - |
| YUV | 169.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 130 | 0 | 0.11 | 0.31 | 0.26 | 39.31 | 0.3 | 0.62 |
| Hex | BC | A8 | 82 | 0 | B | 1F | 1A | 27 | 1E | 3E |
| Octal | 274 | 250 | 202 | 0 | 13 | 37 | 32 | 47 | 36 | 76 |
| Binary | 10111100 | 10101000 | 10000010 | 0 | 1011 | 11111 | 11010 | 100111 | 11110 | 111110 |
Color Harmonies of #BCA882
Complementary color
Monochromatic Colors of #BCA882
Black with #BCA882
Text Example
Text Example
White with #BCA882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA882; }
p { color: rgb(188,168,130); }
H1.HeaderClassName
{
color: #BCA882;
}
.AnyTagClassName
{
color: #BCA882;
}
</style>
background-color css
<style>
a { background-color: #BCA882; }
a { background-color: rgb(188,168,130); }
div.DivClassName
{
background-color: #BCA882;
}
.BgClassName
{
background-color: #BCA882;
}
</style>
border-color css
<style>
span { border-color: #BCA882; }
span { border-color: rgb(188,168,130); }
td.TdClassName
{
border-color: #BCA882;
}
.TagClassName
{
border-color: #BCA882;
}
</style>