Shades of Pavlova #BCAD8C
Tints of Pavlova #BCAD8C
RGB
CMYK
RGB Variations
Color information
#BCAD8C (or 0xBCAD8C) is known color: Pavlova. HEX triplet: BC, AD and 8C. RGB value is (188,173,140). Sum of RGB (Red+Green+Blue) = 188+173+140=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD8C is #435273. Grayscale: #ADADAD. Windows color (decimal): -4412020 or 9219516. OLE color: 9219516.
HSL color Cylindrical-coordinate representation of color #BCAD8C: hue angle of 41.25º degrees, saturation: 0.26, 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 #BCAD8C is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 140 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.26 |
| HSL | 41.25º | 0.26% | 0.64% | - |
| HSV(B) | 41.25º | 0.26% | 0.74% | - |
| XYZ | 40.42 | 42.47 | 30.88 | - |
| YUV | 173.72 | 108.97 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 140 | 0 | 0.08 | 0.26 | 0.26 | 41.25 | 0.26 | 0.64 |
| Hex | BC | AD | 8C | 0 | 8 | 1A | 1A | 29 | 1A | 40 |
| Octal | 274 | 255 | 214 | 0 | 10 | 32 | 32 | 51 | 32 | 100 |
| Binary | 10111100 | 10101101 | 10001100 | 0 | 1000 | 11010 | 11010 | 101001 | 11010 | 1000000 |
Color Harmonies of #BCAD8C
Complementary color
Monochromatic Colors of #BCAD8C
Black with #BCAD8C
Text Example
Text Example
White with #BCAD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD8C; }
p { color: rgb(188,173,140); }
H1.HeaderClassName
{
color: #BCAD8C;
}
.AnyTagClassName
{
color: #BCAD8C;
}
</style>
background-color css
<style>
a { background-color: #BCAD8C; }
a { background-color: rgb(188,173,140); }
div.DivClassName
{
background-color: #BCAD8C;
}
.BgClassName
{
background-color: #BCAD8C;
}
</style>
border-color css
<style>
span { border-color: #BCAD8C; }
span { border-color: rgb(188,173,140); }
td.TdClassName
{
border-color: #BCAD8C;
}
.TagClassName
{
border-color: #BCAD8C;
}
</style>