Shades of Pavlova #BCAE87
Tints of Pavlova #BCAE87
RGB
CMYK
RGB Variations
Color information
#BCAE87 (or 0xBCAE87) is known color: Pavlova. HEX triplet: BC, AE and 87. RGB value is (188,174,135). Sum of RGB (Red+Green+Blue) = 188+174+135=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE87 is #435178. Grayscale: #ADADAD. Windows color (decimal): -4411769 or 8892092. OLE color: 8892092.
HSL color Cylindrical-coordinate representation of color #BCAE87: hue angle of 44.15º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCAE87 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 135 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.26 |
| HSL | 44.15º | 0.28% | 0.63% | - |
| HSV(B) | 44.15º | 0.28% | 0.74% | - |
| XYZ | 40.25 | 42.71 | 29.04 | - |
| YUV | 173.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 135 | 0 | 0.07 | 0.28 | 0.26 | 44.15 | 0.28 | 0.63 |
| Hex | BC | AE | 87 | 0 | 7 | 1C | 1A | 2C | 1C | 3F |
| Octal | 274 | 256 | 207 | 0 | 7 | 34 | 32 | 54 | 34 | 77 |
| Binary | 10111100 | 10101110 | 10000111 | 0 | 111 | 11100 | 11010 | 101100 | 11100 | 111111 |
Color Harmonies of #BCAE87
Complementary color
Monochromatic Colors of #BCAE87
Black with #BCAE87
Text Example
Text Example
White with #BCAE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE87; }
p { color: rgb(188,174,135); }
H1.HeaderClassName
{
color: #BCAE87;
}
.AnyTagClassName
{
color: #BCAE87;
}
</style>
background-color css
<style>
a { background-color: #BCAE87; }
a { background-color: rgb(188,174,135); }
div.DivClassName
{
background-color: #BCAE87;
}
.BgClassName
{
background-color: #BCAE87;
}
</style>
border-color css
<style>
span { border-color: #BCAE87; }
span { border-color: rgb(188,174,135); }
td.TdClassName
{
border-color: #BCAE87;
}
.TagClassName
{
border-color: #BCAE87;
}
</style>