Shades of Pavlova #BCAD89
Tints of Pavlova #BCAD89
RGB
CMYK
RGB Variations
Color information
#BCAD89 (or 0xBCAD89) is known color: Pavlova. HEX triplet: BC, AD and 89. RGB value is (188,173,137). Sum of RGB (Red+Green+Blue) = 188+173+137=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD89 is #435276. Grayscale: #ADADAD. Windows color (decimal): -4412023 or 9022908. OLE color: 9022908.
HSL color Cylindrical-coordinate representation of color #BCAD89: hue angle of 42.35º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCAD89 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 137 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.26 |
| HSL | 42.35º | 0.28% | 0.64% | - |
| HSV(B) | 42.35º | 0.27% | 0.74% | - |
| XYZ | 40.2 | 42.38 | 29.73 | - |
| YUV | 173.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 137 | 0 | 0.08 | 0.27 | 0.26 | 42.35 | 0.28 | 0.64 |
| Hex | BC | AD | 89 | 0 | 8 | 1B | 1A | 2A | 1C | 40 |
| Octal | 274 | 255 | 211 | 0 | 10 | 33 | 32 | 52 | 34 | 100 |
| Binary | 10111100 | 10101101 | 10001001 | 0 | 1000 | 11011 | 11010 | 101010 | 11100 | 1000000 |
Color Harmonies of #BCAD89
Complementary color
Monochromatic Colors of #BCAD89
Black with #BCAD89
Text Example
Text Example
White with #BCAD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD89; }
p { color: rgb(188,173,137); }
H1.HeaderClassName
{
color: #BCAD89;
}
.AnyTagClassName
{
color: #BCAD89;
}
</style>
background-color css
<style>
a { background-color: #BCAD89; }
a { background-color: rgb(188,173,137); }
div.DivClassName
{
background-color: #BCAD89;
}
.BgClassName
{
background-color: #BCAD89;
}
</style>
border-color css
<style>
span { border-color: #BCAD89; }
span { border-color: rgb(188,173,137); }
td.TdClassName
{
border-color: #BCAD89;
}
.TagClassName
{
border-color: #BCAD89;
}
</style>