Shades of Pavlova #BCAE8A
Tints of Pavlova #BCAE8A
RGB
CMYK
RGB Variations
Color information
#BCAE8A (or 0xBCAE8A) is known color: Pavlova. HEX triplet: BC, AE and 8A. RGB value is (188,174,138). Sum of RGB (Red+Green+Blue) = 188+174+138=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE8A is #435175. Grayscale: #AEAEAE. Windows color (decimal): -4411766 or 9088700. OLE color: 9088700.
HSL color Cylindrical-coordinate representation of color #BCAE8A: hue angle of 43.2º degrees, saturation: 0.27, 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 #BCAE8A is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 138 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.26 |
| HSL | 43.2º | 0.27% | 0.64% | - |
| HSV(B) | 43.2º | 0.27% | 0.74% | - |
| XYZ | 40.46 | 42.8 | 30.17 | - |
| YUV | 174.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 138 | 0 | 0.07 | 0.27 | 0.26 | 43.2 | 0.27 | 0.64 |
| Hex | BC | AE | 8A | 0 | 7 | 1B | 1A | 2B | 1B | 40 |
| Octal | 274 | 256 | 212 | 0 | 7 | 33 | 32 | 53 | 33 | 100 |
| Binary | 10111100 | 10101110 | 10001010 | 0 | 111 | 11011 | 11010 | 101011 | 11011 | 1000000 |
Color Harmonies of #BCAE8A
Complementary color
Monochromatic Colors of #BCAE8A
Black with #BCAE8A
Text Example
Text Example
White with #BCAE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE8A; }
p { color: rgb(188,174,138); }
H1.HeaderClassName
{
color: #BCAE8A;
}
.AnyTagClassName
{
color: #BCAE8A;
}
</style>
background-color css
<style>
a { background-color: #BCAE8A; }
a { background-color: rgb(188,174,138); }
div.DivClassName
{
background-color: #BCAE8A;
}
.BgClassName
{
background-color: #BCAE8A;
}
</style>
border-color css
<style>
span { border-color: #BCAE8A; }
span { border-color: rgb(188,174,138); }
td.TdClassName
{
border-color: #BCAE8A;
}
.TagClassName
{
border-color: #BCAE8A;
}
</style>