Shades of Pavlova #BDAA8F
Tints of Pavlova #BDAA8F
RGB
CMYK
RGB Variations
Color information
#BDAA8F (or 0xBDAA8F) is known color: Pavlova. HEX triplet: BD, AA and 8F. RGB value is (189,170,143). Sum of RGB (Red+Green+Blue) = 189+170+143=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAA8F is #425570. Grayscale: #ACACAC. Windows color (decimal): -4347249 or 9415357. OLE color: 9415357.
HSL color Cylindrical-coordinate representation of color #BDAA8F: hue angle of 35.22º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDAA8F is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 143 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.26 |
| HSL | 35.22º | 0.26% | 0.65% | - |
| HSV(B) | 35.22º | 0.24% | 0.74% | - |
| XYZ | 40.32 | 41.55 | 31.88 | - |
| YUV | 172.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 143 | 0 | 0.10 | 0.24 | 0.26 | 35.22 | 0.26 | 0.65 |
| Hex | BD | AA | 8F | 0 | A | 18 | 1A | 23 | 1A | 41 |
| Octal | 275 | 252 | 217 | 0 | 12 | 30 | 32 | 43 | 32 | 101 |
| Binary | 10111101 | 10101010 | 10001111 | 0 | 1010 | 11000 | 11010 | 100011 | 11010 | 1000001 |
Color Harmonies of #BDAA8F
Complementary color
Monochromatic Colors of #BDAA8F
Black with #BDAA8F
Text Example
Text Example
White with #BDAA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAA8F; }
p { color: rgb(189,170,143); }
H1.HeaderClassName
{
color: #BDAA8F;
}
.AnyTagClassName
{
color: #BDAA8F;
}
</style>
background-color css
<style>
a { background-color: #BDAA8F; }
a { background-color: rgb(189,170,143); }
div.DivClassName
{
background-color: #BDAA8F;
}
.BgClassName
{
background-color: #BDAA8F;
}
</style>
border-color css
<style>
span { border-color: #BDAA8F; }
span { border-color: rgb(189,170,143); }
td.TdClassName
{
border-color: #BDAA8F;
}
.TagClassName
{
border-color: #BDAA8F;
}
</style>