Shades of Pavlova #BDA988
Tints of Pavlova #BDA988
RGB
CMYK
RGB Variations
Color information
#BDA988 (or 0xBDA988) is known color: Pavlova. HEX triplet: BD, A9 and 88. RGB value is (189,169,136). Sum of RGB (Red+Green+Blue) = 189+169+136=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA988 is #425677. Grayscale: #ABABAB. Windows color (decimal): -4347512 or 8956349. OLE color: 8956349.
HSL color Cylindrical-coordinate representation of color #BDA988: hue angle of 37.36º degrees, saturation: 0.29, 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 #BDA988 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 136 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.26 |
| HSL | 37.36º | 0.29% | 0.64% | - |
| HSV(B) | 37.36º | 0.28% | 0.74% | - |
| XYZ | 39.62 | 40.97 | 29.11 | - |
| YUV | 171.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 136 | 0 | 0.11 | 0.28 | 0.26 | 37.36 | 0.29 | 0.64 |
| Hex | BD | A9 | 88 | 0 | B | 1C | 1A | 25 | 1D | 40 |
| Octal | 275 | 251 | 210 | 0 | 13 | 34 | 32 | 45 | 35 | 100 |
| Binary | 10111101 | 10101001 | 10001000 | 0 | 1011 | 11100 | 11010 | 100101 | 11101 | 1000000 |
Color Harmonies of #BDA988
Complementary color
Monochromatic Colors of #BDA988
Black with #BDA988
Text Example
Text Example
White with #BDA988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA988; }
p { color: rgb(189,169,136); }
H1.HeaderClassName
{
color: #BDA988;
}
.AnyTagClassName
{
color: #BDA988;
}
</style>
background-color css
<style>
a { background-color: #BDA988; }
a { background-color: rgb(189,169,136); }
div.DivClassName
{
background-color: #BDA988;
}
.BgClassName
{
background-color: #BDA988;
}
</style>
border-color css
<style>
span { border-color: #BDA988; }
span { border-color: rgb(189,169,136); }
td.TdClassName
{
border-color: #BDA988;
}
.TagClassName
{
border-color: #BDA988;
}
</style>