Shades of Pavlova #BDAB81
Tints of Pavlova #BDAB81
RGB
CMYK
RGB Variations
Color information
#BDAB81 (or 0xBDAB81) is known color: Pavlova. HEX triplet: BD, AB and 81. RGB value is (189,171,129). Sum of RGB (Red+Green+Blue) = 189+171+129=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB81 is #42547E. Grayscale: #ABABAB. Windows color (decimal): -4347007 or 8498109. OLE color: 8498109.
HSL color Cylindrical-coordinate representation of color #BDAB81: hue angle of 42º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDAB81 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 129 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.26 |
| HSL | 42º | 0.31% | 0.62% | - |
| HSV(B) | 42º | 0.32% | 0.74% | - |
| XYZ | 39.51 | 41.53 | 26.7 | - |
| YUV | 171.59 | 103.96 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 129 | 0 | 0.10 | 0.32 | 0.26 | 42 | 0.31 | 0.62 |
| Hex | BD | AB | 81 | 0 | A | 20 | 1A | 2A | 1F | 3E |
| Octal | 275 | 253 | 201 | 0 | 12 | 40 | 32 | 52 | 37 | 76 |
| Binary | 10111101 | 10101011 | 10000001 | 0 | 1010 | 100000 | 11010 | 101010 | 11111 | 111110 |
Color Harmonies of #BDAB81
Complementary color
Monochromatic Colors of #BDAB81
Black with #BDAB81
Text Example
Text Example
White with #BDAB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB81; }
p { color: rgb(189,171,129); }
H1.HeaderClassName
{
color: #BDAB81;
}
.AnyTagClassName
{
color: #BDAB81;
}
</style>
background-color css
<style>
a { background-color: #BDAB81; }
a { background-color: rgb(189,171,129); }
div.DivClassName
{
background-color: #BDAB81;
}
.BgClassName
{
background-color: #BDAB81;
}
</style>
border-color css
<style>
span { border-color: #BDAB81; }
span { border-color: rgb(189,171,129); }
td.TdClassName
{
border-color: #BDAB81;
}
.TagClassName
{
border-color: #BDAB81;
}
</style>