Shades of Pavlova #BCAD8B
Tints of Pavlova #BCAD8B
RGB
CMYK
RGB Variations
Color information
#BCAD8B (or 0xBCAD8B) is known color: Pavlova. HEX triplet: BC, AD and 8B. RGB value is (188,173,139). Sum of RGB (Red+Green+Blue) = 188+173+139=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD8B is #435274. Grayscale: #ADADAD. Windows color (decimal): -4412021 or 9153980. OLE color: 9153980.
HSL color Cylindrical-coordinate representation of color #BCAD8B: hue angle of 41.63º degrees, saturation: 0.27, 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 #BCAD8B is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 139 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.26 |
| HSL | 41.63º | 0.27% | 0.64% | - |
| HSV(B) | 41.63º | 0.26% | 0.74% | - |
| XYZ | 40.34 | 42.44 | 30.49 | - |
| YUV | 173.61 | 108.47 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 139 | 0 | 0.08 | 0.26 | 0.26 | 41.63 | 0.27 | 0.64 |
| Hex | BC | AD | 8B | 0 | 8 | 1A | 1A | 2A | 1B | 40 |
| Octal | 274 | 255 | 213 | 0 | 10 | 32 | 32 | 52 | 33 | 100 |
| Binary | 10111100 | 10101101 | 10001011 | 0 | 1000 | 11010 | 11010 | 101010 | 11011 | 1000000 |
Color Harmonies of #BCAD8B
Complementary color
Monochromatic Colors of #BCAD8B
Black with #BCAD8B
Text Example
Text Example
White with #BCAD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD8B; }
p { color: rgb(188,173,139); }
H1.HeaderClassName
{
color: #BCAD8B;
}
.AnyTagClassName
{
color: #BCAD8B;
}
</style>
background-color css
<style>
a { background-color: #BCAD8B; }
a { background-color: rgb(188,173,139); }
div.DivClassName
{
background-color: #BCAD8B;
}
.BgClassName
{
background-color: #BCAD8B;
}
</style>
border-color css
<style>
span { border-color: #BCAD8B; }
span { border-color: rgb(188,173,139); }
td.TdClassName
{
border-color: #BCAD8B;
}
.TagClassName
{
border-color: #BCAD8B;
}
</style>