Shades of Pavlova #BDAB89
Tints of Pavlova #BDAB89
RGB
CMYK
RGB Variations
Color information
#BDAB89 (or 0xBDAB89) is known color: Pavlova. HEX triplet: BD, AB and 89. RGB value is (189,171,137). Sum of RGB (Red+Green+Blue) = 189+171+137=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB89 is #425476. Grayscale: #ACACAC. Windows color (decimal): -4346999 or 9022397. OLE color: 9022397.
HSL color Cylindrical-coordinate representation of color #BDAB89: hue angle of 39.23º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDAB89 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 137 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.26 |
| HSL | 39.23º | 0.28% | 0.64% | - |
| HSV(B) | 39.23º | 0.28% | 0.74% | - |
| XYZ | 40.06 | 41.75 | 29.61 | - |
| YUV | 172.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 137 | 0 | 0.10 | 0.28 | 0.26 | 39.23 | 0.28 | 0.64 |
| Hex | BD | AB | 89 | 0 | A | 1C | 1A | 27 | 1C | 40 |
| Octal | 275 | 253 | 211 | 0 | 12 | 34 | 32 | 47 | 34 | 100 |
| Binary | 10111101 | 10101011 | 10001001 | 0 | 1010 | 11100 | 11010 | 100111 | 11100 | 1000000 |
Color Harmonies of #BDAB89
Complementary color
Monochromatic Colors of #BDAB89
Black with #BDAB89
Text Example
Text Example
White with #BDAB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB89; }
p { color: rgb(189,171,137); }
H1.HeaderClassName
{
color: #BDAB89;
}
.AnyTagClassName
{
color: #BDAB89;
}
</style>
background-color css
<style>
a { background-color: #BDAB89; }
a { background-color: rgb(189,171,137); }
div.DivClassName
{
background-color: #BDAB89;
}
.BgClassName
{
background-color: #BDAB89;
}
</style>
border-color css
<style>
span { border-color: #BDAB89; }
span { border-color: rgb(189,171,137); }
td.TdClassName
{
border-color: #BDAB89;
}
.TagClassName
{
border-color: #BDAB89;
}
</style>