Shades of Pavlova #BDAB80
Tints of Pavlova #BDAB80
RGB
CMYK
RGB Variations
Color information
#BDAB80 (or 0xBDAB80) is known color: Pavlova. HEX triplet: BD, AB and 80. RGB value is (189,171,128). Sum of RGB (Red+Green+Blue) = 189+171+128=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB80 is #42547F. Grayscale: #ABABAB. Windows color (decimal): -4347008 or 8432573. OLE color: 8432573.
HSL color Cylindrical-coordinate representation of color #BDAB80: hue angle of 42.3º degrees, saturation: 0.32, 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 #BDAB80 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 128 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.26 |
| HSL | 42.3º | 0.32% | 0.62% | - |
| HSV(B) | 42.3º | 0.32% | 0.74% | - |
| XYZ | 39.45 | 41.5 | 26.35 | - |
| YUV | 171.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 128 | 0 | 0.10 | 0.32 | 0.26 | 42.3 | 0.32 | 0.62 |
| Hex | BD | AB | 80 | 0 | A | 20 | 1A | 2A | 20 | 3E |
| Octal | 275 | 253 | 200 | 0 | 12 | 40 | 32 | 52 | 40 | 76 |
| Binary | 10111101 | 10101011 | 10000000 | 0 | 1010 | 100000 | 11010 | 101010 | 100000 | 111110 |
Color Harmonies of #BDAB80
Complementary color
Monochromatic Colors of #BDAB80
Black with #BDAB80
Text Example
Text Example
White with #BDAB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB80; }
p { color: rgb(189,171,128); }
H1.HeaderClassName
{
color: #BDAB80;
}
.AnyTagClassName
{
color: #BDAB80;
}
</style>
background-color css
<style>
a { background-color: #BDAB80; }
a { background-color: rgb(189,171,128); }
div.DivClassName
{
background-color: #BDAB80;
}
.BgClassName
{
background-color: #BDAB80;
}
</style>
border-color css
<style>
span { border-color: #BDAB80; }
span { border-color: rgb(189,171,128); }
td.TdClassName
{
border-color: #BDAB80;
}
.TagClassName
{
border-color: #BDAB80;
}
</style>