Shades of Pavlova #BDA882
Tints of Pavlova #BDA882
RGB
CMYK
RGB Variations
Color information
#BDA882 (or 0xBDA882) is known color: Pavlova. HEX triplet: BD, A8 and 82. RGB value is (189,168,130). Sum of RGB (Red+Green+Blue) = 189+168+130=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA882 is #42577D. Grayscale: #AAAAAA. Windows color (decimal): -4347774 or 8562877. OLE color: 8562877.
HSL color Cylindrical-coordinate representation of color #BDA882: hue angle of 38.64º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDA882 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 130 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.26 |
| HSL | 38.64º | 0.31% | 0.63% | - |
| HSV(B) | 38.64º | 0.31% | 0.74% | - |
| XYZ | 39.02 | 40.44 | 26.87 | - |
| YUV | 169.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 130 | 0 | 0.11 | 0.31 | 0.26 | 38.64 | 0.31 | 0.63 |
| Hex | BD | A8 | 82 | 0 | B | 1F | 1A | 27 | 1F | 3F |
| Octal | 275 | 250 | 202 | 0 | 13 | 37 | 32 | 47 | 37 | 77 |
| Binary | 10111101 | 10101000 | 10000010 | 0 | 1011 | 11111 | 11010 | 100111 | 11111 | 111111 |
Color Harmonies of #BDA882
Complementary color
Monochromatic Colors of #BDA882
Black with #BDA882
Text Example
Text Example
White with #BDA882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA882; }
p { color: rgb(189,168,130); }
H1.HeaderClassName
{
color: #BDA882;
}
.AnyTagClassName
{
color: #BDA882;
}
</style>
background-color css
<style>
a { background-color: #BDA882; }
a { background-color: rgb(189,168,130); }
div.DivClassName
{
background-color: #BDA882;
}
.BgClassName
{
background-color: #BDA882;
}
</style>
border-color css
<style>
span { border-color: #BDA882; }
span { border-color: rgb(189,168,130); }
td.TdClassName
{
border-color: #BDA882;
}
.TagClassName
{
border-color: #BDA882;
}
</style>