Shades of Pavlova #BCAE85
Tints of Pavlova #BCAE85
RGB
CMYK
RGB Variations
Color information
#BCAE85 (or 0xBCAE85) is known color: Pavlova. HEX triplet: BC, AE and 85. RGB value is (188,174,133). Sum of RGB (Red+Green+Blue) = 188+174+133=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE85 is #43517A. Grayscale: #ADADAD. Windows color (decimal): -4411771 or 8761020. OLE color: 8761020.
HSL color Cylindrical-coordinate representation of color #BCAE85: hue angle of 44.73º 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 #BCAE85 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 133 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.26 |
| HSL | 44.73º | 0.29% | 0.63% | - |
| HSV(B) | 44.73º | 0.29% | 0.74% | - |
| XYZ | 40.11 | 42.66 | 28.31 | - |
| YUV | 173.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 133 | 0 | 0.07 | 0.29 | 0.26 | 44.73 | 0.29 | 0.63 |
| Hex | BC | AE | 85 | 0 | 7 | 1D | 1A | 2D | 1D | 3F |
| Octal | 274 | 256 | 205 | 0 | 7 | 35 | 32 | 55 | 35 | 77 |
| Binary | 10111100 | 10101110 | 10000101 | 0 | 111 | 11101 | 11010 | 101101 | 11101 | 111111 |
Color Harmonies of #BCAE85
Complementary color
Monochromatic Colors of #BCAE85
Black with #BCAE85
Text Example
Text Example
White with #BCAE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE85; }
p { color: rgb(188,174,133); }
H1.HeaderClassName
{
color: #BCAE85;
}
.AnyTagClassName
{
color: #BCAE85;
}
</style>
background-color css
<style>
a { background-color: #BCAE85; }
a { background-color: rgb(188,174,133); }
div.DivClassName
{
background-color: #BCAE85;
}
.BgClassName
{
background-color: #BCAE85;
}
</style>
border-color css
<style>
span { border-color: #BCAE85; }
span { border-color: rgb(188,174,133); }
td.TdClassName
{
border-color: #BCAE85;
}
.TagClassName
{
border-color: #BCAE85;
}
</style>