Shades of Pavlova #BDAF86
Tints of Pavlova #BDAF86
RGB
CMYK
RGB Variations
Color information
#BDAF86 (or 0xBDAF86) is known color: Pavlova. HEX triplet: BD, AF and 86. RGB value is (189,175,134). Sum of RGB (Red+Green+Blue) = 189+175+134=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF86 is #425079. Grayscale: #AEAEAE. Windows color (decimal): -4345978 or 8826813. OLE color: 8826813.
HSL color Cylindrical-coordinate representation of color #BDAF86: hue angle of 44.73º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDAF86 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 134 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.26 |
| HSL | 44.73º | 0.29% | 0.63% | - |
| HSV(B) | 44.73º | 0.29% | 0.74% | - |
| XYZ | 40.62 | 43.2 | 28.75 | - |
| YUV | 174.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 134 | 0 | 0.07 | 0.29 | 0.26 | 44.73 | 0.29 | 0.63 |
| Hex | BD | AF | 86 | 0 | 7 | 1D | 1A | 2D | 1D | 3F |
| Octal | 275 | 257 | 206 | 0 | 7 | 35 | 32 | 55 | 35 | 77 |
| Binary | 10111101 | 10101111 | 10000110 | 0 | 111 | 11101 | 11010 | 101101 | 11101 | 111111 |
Color Harmonies of #BDAF86
Complementary color
Monochromatic Colors of #BDAF86
Black with #BDAF86
Text Example
Text Example
White with #BDAF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF86; }
p { color: rgb(189,175,134); }
H1.HeaderClassName
{
color: #BDAF86;
}
.AnyTagClassName
{
color: #BDAF86;
}
</style>
background-color css
<style>
a { background-color: #BDAF86; }
a { background-color: rgb(189,175,134); }
div.DivClassName
{
background-color: #BDAF86;
}
.BgClassName
{
background-color: #BDAF86;
}
</style>
border-color css
<style>
span { border-color: #BDAF86; }
span { border-color: rgb(189,175,134); }
td.TdClassName
{
border-color: #BDAF86;
}
.TagClassName
{
border-color: #BDAF86;
}
</style>