Shades of Pavlova #BCAE83
Tints of Pavlova #BCAE83
RGB
CMYK
RGB Variations
Color information
#BCAE83 (or 0xBCAE83) is known color: Pavlova. HEX triplet: BC, AE and 83. RGB value is (188,174,131). Sum of RGB (Red+Green+Blue) = 188+174+131=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE83 is #43517C. Grayscale: #ADADAD. Windows color (decimal): -4411773 or 8629948. OLE color: 8629948.
HSL color Cylindrical-coordinate representation of color #BCAE83: hue angle of 45.26º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCAE83 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 131 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.26 |
| HSL | 45.26º | 0.3% | 0.63% | - |
| HSV(B) | 45.26º | 0.3% | 0.74% | - |
| XYZ | 39.97 | 42.6 | 27.59 | - |
| YUV | 173.28 | 104.14 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 131 | 0 | 0.07 | 0.30 | 0.26 | 45.26 | 0.3 | 0.63 |
| Hex | BC | AE | 83 | 0 | 7 | 1E | 1A | 2D | 1E | 3F |
| Octal | 274 | 256 | 203 | 0 | 7 | 36 | 32 | 55 | 36 | 77 |
| Binary | 10111100 | 10101110 | 10000011 | 0 | 111 | 11110 | 11010 | 101101 | 11110 | 111111 |
Color Harmonies of #BCAE83
Complementary color
Monochromatic Colors of #BCAE83
Black with #BCAE83
Text Example
Text Example
White with #BCAE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE83; }
p { color: rgb(188,174,131); }
H1.HeaderClassName
{
color: #BCAE83;
}
.AnyTagClassName
{
color: #BCAE83;
}
</style>
background-color css
<style>
a { background-color: #BCAE83; }
a { background-color: rgb(188,174,131); }
div.DivClassName
{
background-color: #BCAE83;
}
.BgClassName
{
background-color: #BCAE83;
}
</style>
border-color css
<style>
span { border-color: #BCAE83; }
span { border-color: rgb(188,174,131); }
td.TdClassName
{
border-color: #BCAE83;
}
.TagClassName
{
border-color: #BCAE83;
}
</style>