Shades of Pavlova #BDA98E
Tints of Pavlova #BDA98E
RGB
CMYK
RGB Variations
Color information
#BDA98E (or 0xBDA98E) is known color: Pavlova. HEX triplet: BD, A9 and 8E. RGB value is (189,169,142). Sum of RGB (Red+Green+Blue) = 189+169+142=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA98E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA98E is #425671. Grayscale: #ACACAC. Windows color (decimal): -4347506 or 9349565. OLE color: 9349565.
HSL color Cylindrical-coordinate representation of color #BDA98E: hue angle of 34.47º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDA98E is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 142 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.26 |
| HSL | 34.47º | 0.26% | 0.65% | - |
| HSV(B) | 34.47º | 0.25% | 0.74% | - |
| XYZ | 40.06 | 41.15 | 31.42 | - |
| YUV | 171.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 142 | 0 | 0.11 | 0.25 | 0.26 | 34.47 | 0.26 | 0.65 |
| Hex | BD | A9 | 8E | 0 | B | 19 | 1A | 22 | 1A | 41 |
| Octal | 275 | 251 | 216 | 0 | 13 | 31 | 32 | 42 | 32 | 101 |
| Binary | 10111101 | 10101001 | 10001110 | 0 | 1011 | 11001 | 11010 | 100010 | 11010 | 1000001 |
Color Harmonies of #BDA98E
Complementary color
Monochromatic Colors of #BDA98E
Black with #BDA98E
Text Example
Text Example
White with #BDA98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA98E; }
p { color: rgb(189,169,142); }
H1.HeaderClassName
{
color: #BDA98E;
}
.AnyTagClassName
{
color: #BDA98E;
}
</style>
background-color css
<style>
a { background-color: #BDA98E; }
a { background-color: rgb(189,169,142); }
div.DivClassName
{
background-color: #BDA98E;
}
.BgClassName
{
background-color: #BDA98E;
}
</style>
border-color css
<style>
span { border-color: #BDA98E; }
span { border-color: rgb(189,169,142); }
td.TdClassName
{
border-color: #BDA98E;
}
.TagClassName
{
border-color: #BDA98E;
}
</style>