Shades of Pavlova #BDA88E
Tints of Pavlova #BDA88E
RGB
CMYK
RGB Variations
Color information
#BDA88E (or 0xBDA88E) is known color: Pavlova. HEX triplet: BD, A8 and 8E. RGB value is (189,168,142). Sum of RGB (Red+Green+Blue) = 189+168+142=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA88E is #425771. Grayscale: #ABABAB. Windows color (decimal): -4347762 or 9349309. OLE color: 9349309.
HSL color Cylindrical-coordinate representation of color #BDA88E: hue angle of 33.19º 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 #BDA88E is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 142 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.26 |
| HSL | 33.19º | 0.26% | 0.65% | - |
| HSV(B) | 33.19º | 0.25% | 0.74% | - |
| XYZ | 39.87 | 40.78 | 31.36 | - |
| YUV | 171.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 142 | 0 | 0.11 | 0.25 | 0.26 | 33.19 | 0.26 | 0.65 |
| Hex | BD | A8 | 8E | 0 | B | 19 | 1A | 21 | 1A | 41 |
| Octal | 275 | 250 | 216 | 0 | 13 | 31 | 32 | 41 | 32 | 101 |
| Binary | 10111101 | 10101000 | 10001110 | 0 | 1011 | 11001 | 11010 | 100001 | 11010 | 1000001 |
Color Harmonies of #BDA88E
Complementary color
Monochromatic Colors of #BDA88E
Black with #BDA88E
Text Example
Text Example
White with #BDA88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA88E; }
p { color: rgb(189,168,142); }
H1.HeaderClassName
{
color: #BDA88E;
}
.AnyTagClassName
{
color: #BDA88E;
}
</style>
background-color css
<style>
a { background-color: #BDA88E; }
a { background-color: rgb(189,168,142); }
div.DivClassName
{
background-color: #BDA88E;
}
.BgClassName
{
background-color: #BDA88E;
}
</style>
border-color css
<style>
span { border-color: #BDA88E; }
span { border-color: rgb(189,168,142); }
td.TdClassName
{
border-color: #BDA88E;
}
.TagClassName
{
border-color: #BDA88E;
}
</style>