Shades of Pavlova #BDA984
Tints of Pavlova #BDA984
RGB
CMYK
RGB Variations
Color information
#BDA984 (or 0xBDA984) is known color: Pavlova. HEX triplet: BD, A9 and 84. RGB value is (189,169,132). Sum of RGB (Red+Green+Blue) = 189+169+132=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA984 is #42567B. Grayscale: #AAAAAA. Windows color (decimal): -4347516 or 8694205. OLE color: 8694205.
HSL color Cylindrical-coordinate representation of color #BDA984: hue angle of 38.95º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDA984 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 132 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.26 |
| HSL | 38.95º | 0.3% | 0.63% | - |
| HSV(B) | 38.95º | 0.3% | 0.74% | - |
| XYZ | 39.34 | 40.86 | 27.64 | - |
| YUV | 170.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 132 | 0 | 0.11 | 0.30 | 0.26 | 38.95 | 0.3 | 0.63 |
| Hex | BD | A9 | 84 | 0 | B | 1E | 1A | 27 | 1E | 3F |
| Octal | 275 | 251 | 204 | 0 | 13 | 36 | 32 | 47 | 36 | 77 |
| Binary | 10111101 | 10101001 | 10000100 | 0 | 1011 | 11110 | 11010 | 100111 | 11110 | 111111 |
Color Harmonies of #BDA984
Complementary color
Monochromatic Colors of #BDA984
Black with #BDA984
Text Example
Text Example
White with #BDA984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA984; }
p { color: rgb(189,169,132); }
H1.HeaderClassName
{
color: #BDA984;
}
.AnyTagClassName
{
color: #BDA984;
}
</style>
background-color css
<style>
a { background-color: #BDA984; }
a { background-color: rgb(189,169,132); }
div.DivClassName
{
background-color: #BDA984;
}
.BgClassName
{
background-color: #BDA984;
}
</style>
border-color css
<style>
span { border-color: #BDA984; }
span { border-color: rgb(189,169,132); }
td.TdClassName
{
border-color: #BDA984;
}
.TagClassName
{
border-color: #BDA984;
}
</style>