Shades of Pavlova #BCAE8C
Tints of Pavlova #BCAE8C
RGB
CMYK
RGB Variations
Color information
#BCAE8C (or 0xBCAE8C) is known color: Pavlova. HEX triplet: BC, AE and 8C. RGB value is (188,174,140). Sum of RGB (Red+Green+Blue) = 188+174+140=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE8C is #435173. Grayscale: #AEAEAE. Windows color (decimal): -4411764 or 9219772. OLE color: 9219772.
HSL color Cylindrical-coordinate representation of color #BCAE8C: hue angle of 42.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCAE8C is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 140 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.26 |
| HSL | 42.5º | 0.26% | 0.64% | - |
| HSV(B) | 42.5º | 0.26% | 0.74% | - |
| XYZ | 40.61 | 42.86 | 30.94 | - |
| YUV | 174.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 140 | 0 | 0.07 | 0.26 | 0.26 | 42.5 | 0.26 | 0.64 |
| Hex | BC | AE | 8C | 0 | 7 | 1A | 1A | 2A | 1A | 40 |
| Octal | 274 | 256 | 214 | 0 | 7 | 32 | 32 | 52 | 32 | 100 |
| Binary | 10111100 | 10101110 | 10001100 | 0 | 111 | 11010 | 11010 | 101010 | 11010 | 1000000 |
Color Harmonies of #BCAE8C
Complementary color
Monochromatic Colors of #BCAE8C
Black with #BCAE8C
Text Example
Text Example
White with #BCAE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE8C; }
p { color: rgb(188,174,140); }
H1.HeaderClassName
{
color: #BCAE8C;
}
.AnyTagClassName
{
color: #BCAE8C;
}
</style>
background-color css
<style>
a { background-color: #BCAE8C; }
a { background-color: rgb(188,174,140); }
div.DivClassName
{
background-color: #BCAE8C;
}
.BgClassName
{
background-color: #BCAE8C;
}
</style>
border-color css
<style>
span { border-color: #BCAE8C; }
span { border-color: rgb(188,174,140); }
td.TdClassName
{
border-color: #BCAE8C;
}
.TagClassName
{
border-color: #BCAE8C;
}
</style>