Shades of Pavlova #BDA883
Tints of Pavlova #BDA883
RGB
CMYK
RGB Variations
Color information
#BDA883 (or 0xBDA883) is known color: Pavlova. HEX triplet: BD, A8 and 83. RGB value is (189,168,131). Sum of RGB (Red+Green+Blue) = 189+168+131=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA883 is #42577C. Grayscale: #AAAAAA. Windows color (decimal): -4347773 or 8628413. OLE color: 8628413.
HSL color Cylindrical-coordinate representation of color #BDA883: hue angle of 38.28º 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 #BDA883 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 131 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.26 |
| HSL | 38.28º | 0.31% | 0.63% | - |
| HSV(B) | 38.28º | 0.31% | 0.74% | - |
| XYZ | 39.09 | 40.46 | 27.22 | - |
| YUV | 170.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 131 | 0 | 0.11 | 0.31 | 0.26 | 38.28 | 0.31 | 0.63 |
| Hex | BD | A8 | 83 | 0 | B | 1F | 1A | 26 | 1F | 3F |
| Octal | 275 | 250 | 203 | 0 | 13 | 37 | 32 | 46 | 37 | 77 |
| Binary | 10111101 | 10101000 | 10000011 | 0 | 1011 | 11111 | 11010 | 100110 | 11111 | 111111 |
Color Harmonies of #BDA883
Complementary color
Monochromatic Colors of #BDA883
Black with #BDA883
Text Example
Text Example
White with #BDA883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA883; }
p { color: rgb(189,168,131); }
H1.HeaderClassName
{
color: #BDA883;
}
.AnyTagClassName
{
color: #BDA883;
}
</style>
background-color css
<style>
a { background-color: #BDA883; }
a { background-color: rgb(189,168,131); }
div.DivClassName
{
background-color: #BDA883;
}
.BgClassName
{
background-color: #BDA883;
}
</style>
border-color css
<style>
span { border-color: #BDA883; }
span { border-color: rgb(189,168,131); }
td.TdClassName
{
border-color: #BDA883;
}
.TagClassName
{
border-color: #BDA883;
}
</style>