Shades of Pavlova #BDA689
Tints of Pavlova #BDA689
RGB
CMYK
RGB Variations
Color information
#BDA689 (or 0xBDA689) is known color: Pavlova. HEX triplet: BD, A6 and 89. RGB value is (189,166,137). Sum of RGB (Red+Green+Blue) = 189+166+137=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA689 is #425976. Grayscale: #A9A9A9. Windows color (decimal): -4348279 or 9021117. OLE color: 9021117.
HSL color Cylindrical-coordinate representation of color #BDA689: hue angle of 33.46º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDA689 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 137 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.26 |
| HSL | 33.46º | 0.28% | 0.64% | - |
| HSV(B) | 33.46º | 0.28% | 0.74% | - |
| XYZ | 39.14 | 39.9 | 29.31 | - |
| YUV | 169.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 137 | 0 | 0.12 | 0.28 | 0.26 | 33.46 | 0.28 | 0.64 |
| Hex | BD | A6 | 89 | 0 | C | 1C | 1A | 21 | 1C | 40 |
| Octal | 275 | 246 | 211 | 0 | 14 | 34 | 32 | 41 | 34 | 100 |
| Binary | 10111101 | 10100110 | 10001001 | 0 | 1100 | 11100 | 11010 | 100001 | 11100 | 1000000 |
Color Harmonies of #BDA689
Complementary color
Monochromatic Colors of #BDA689
Black with #BDA689
Text Example
Text Example
White with #BDA689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA689; }
p { color: rgb(189,166,137); }
H1.HeaderClassName
{
color: #BDA689;
}
.AnyTagClassName
{
color: #BDA689;
}
</style>
background-color css
<style>
a { background-color: #BDA689; }
a { background-color: rgb(189,166,137); }
div.DivClassName
{
background-color: #BDA689;
}
.BgClassName
{
background-color: #BDA689;
}
</style>
border-color css
<style>
span { border-color: #BDA689; }
span { border-color: rgb(189,166,137); }
td.TdClassName
{
border-color: #BDA689;
}
.TagClassName
{
border-color: #BDA689;
}
</style>