Shades of Pavlova #BCAD85
Tints of Pavlova #BCAD85
RGB
CMYK
RGB Variations
Color information
#BCAD85 (or 0xBCAD85) is known color: Pavlova. HEX triplet: BC, AD and 85. RGB value is (188,173,133). Sum of RGB (Red+Green+Blue) = 188+173+133=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD85 is #43527A. Grayscale: #ADADAD. Windows color (decimal): -4412027 or 8760764. OLE color: 8760764.
HSL color Cylindrical-coordinate representation of color #BCAD85: hue angle of 43.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCAD85 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 133 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.26 |
| HSL | 43.64º | 0.29% | 0.63% | - |
| HSV(B) | 43.64º | 0.29% | 0.74% | - |
| XYZ | 39.92 | 42.27 | 28.25 | - |
| YUV | 172.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 133 | 0 | 0.08 | 0.29 | 0.26 | 43.64 | 0.29 | 0.63 |
| Hex | BC | AD | 85 | 0 | 8 | 1D | 1A | 2C | 1D | 3F |
| Octal | 274 | 255 | 205 | 0 | 10 | 35 | 32 | 54 | 35 | 77 |
| Binary | 10111100 | 10101101 | 10000101 | 0 | 1000 | 11101 | 11010 | 101100 | 11101 | 111111 |
Color Harmonies of #BCAD85
Complementary color
Monochromatic Colors of #BCAD85
Black with #BCAD85
Text Example
Text Example
White with #BCAD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD85; }
p { color: rgb(188,173,133); }
H1.HeaderClassName
{
color: #BCAD85;
}
.AnyTagClassName
{
color: #BCAD85;
}
</style>
background-color css
<style>
a { background-color: #BCAD85; }
a { background-color: rgb(188,173,133); }
div.DivClassName
{
background-color: #BCAD85;
}
.BgClassName
{
background-color: #BCAD85;
}
</style>
border-color css
<style>
span { border-color: #BCAD85; }
span { border-color: rgb(188,173,133); }
td.TdClassName
{
border-color: #BCAD85;
}
.TagClassName
{
border-color: #BCAD85;
}
</style>