Shades of Pavlova #BCAD81
Tints of Pavlova #BCAD81
RGB
CMYK
RGB Variations
Color information
#BCAD81 (or 0xBCAD81) is known color: Pavlova. HEX triplet: BC, AD and 81. RGB value is (188,173,129). Sum of RGB (Red+Green+Blue) = 188+173+129=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD81 is #43527E. Grayscale: #ACACAC. Windows color (decimal): -4412031 or 8498620. OLE color: 8498620.
HSL color Cylindrical-coordinate representation of color #BCAD81: hue angle of 44.75º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCAD81 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 129 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.26 |
| HSL | 44.75º | 0.31% | 0.62% | - |
| HSV(B) | 44.75º | 0.31% | 0.74% | - |
| XYZ | 39.65 | 42.16 | 26.82 | - |
| YUV | 172.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 129 | 0 | 0.08 | 0.31 | 0.26 | 44.75 | 0.31 | 0.62 |
| Hex | BC | AD | 81 | 0 | 8 | 1F | 1A | 2D | 1F | 3E |
| Octal | 274 | 255 | 201 | 0 | 10 | 37 | 32 | 55 | 37 | 76 |
| Binary | 10111100 | 10101101 | 10000001 | 0 | 1000 | 11111 | 11010 | 101101 | 11111 | 111110 |
Color Harmonies of #BCAD81
Complementary color
Monochromatic Colors of #BCAD81
Black with #BCAD81
Text Example
Text Example
White with #BCAD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD81; }
p { color: rgb(188,173,129); }
H1.HeaderClassName
{
color: #BCAD81;
}
.AnyTagClassName
{
color: #BCAD81;
}
</style>
background-color css
<style>
a { background-color: #BCAD81; }
a { background-color: rgb(188,173,129); }
div.DivClassName
{
background-color: #BCAD81;
}
.BgClassName
{
background-color: #BCAD81;
}
</style>
border-color css
<style>
span { border-color: #BCAD81; }
span { border-color: rgb(188,173,129); }
td.TdClassName
{
border-color: #BCAD81;
}
.TagClassName
{
border-color: #BCAD81;
}
</style>