Shades of Pavlova #BDAB8B
Tints of Pavlova #BDAB8B
RGB
CMYK
RGB Variations
Color information
#BDAB8B (or 0xBDAB8B) is known color: Pavlova. HEX triplet: BD, AB and 8B. RGB value is (189,171,139). Sum of RGB (Red+Green+Blue) = 189+171+139=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB8B is #425474. Grayscale: #ACACAC. Windows color (decimal): -4346997 or 9153469. OLE color: 9153469.
HSL color Cylindrical-coordinate representation of color #BDAB8B: hue angle of 38.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDAB8B is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 139 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.26 |
| HSL | 38.4º | 0.27% | 0.64% | - |
| HSV(B) | 38.4º | 0.26% | 0.74% | - |
| XYZ | 40.21 | 41.81 | 30.38 | - |
| YUV | 172.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 139 | 0 | 0.10 | 0.26 | 0.26 | 38.4 | 0.27 | 0.64 |
| Hex | BD | AB | 8B | 0 | A | 1A | 1A | 26 | 1B | 40 |
| Octal | 275 | 253 | 213 | 0 | 12 | 32 | 32 | 46 | 33 | 100 |
| Binary | 10111101 | 10101011 | 10001011 | 0 | 1010 | 11010 | 11010 | 100110 | 11011 | 1000000 |
Color Harmonies of #BDAB8B
Complementary color
Monochromatic Colors of #BDAB8B
Black with #BDAB8B
Text Example
Text Example
White with #BDAB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB8B; }
p { color: rgb(189,171,139); }
H1.HeaderClassName
{
color: #BDAB8B;
}
.AnyTagClassName
{
color: #BDAB8B;
}
</style>
background-color css
<style>
a { background-color: #BDAB8B; }
a { background-color: rgb(189,171,139); }
div.DivClassName
{
background-color: #BDAB8B;
}
.BgClassName
{
background-color: #BDAB8B;
}
</style>
border-color css
<style>
span { border-color: #BDAB8B; }
span { border-color: rgb(189,171,139); }
td.TdClassName
{
border-color: #BDAB8B;
}
.TagClassName
{
border-color: #BDAB8B;
}
</style>