Shades of Pavlova #BDAB8D
Tints of Pavlova #BDAB8D
RGB
CMYK
RGB Variations
Color information
#BDAB8D (or 0xBDAB8D) is known color: Pavlova. HEX triplet: BD, AB and 8D. RGB value is (189,171,141). Sum of RGB (Red+Green+Blue) = 189+171+141=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB8D is #425472. Grayscale: #ADADAD. Windows color (decimal): -4346995 or 9284541. OLE color: 9284541.
HSL color Cylindrical-coordinate representation of color #BDAB8D: hue angle of 37.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDAB8D is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 171 | 141 | - |
CMYK | 0 | 0.10 | 0.25 | 0.26 |
HSL | 37.5º | 0.27% | 0.65% | - |
HSV(B) | 37.5º | 0.25% | 0.74% | - |
XYZ | 40.36 | 41.87 | 31.15 | - |
YUV | 172.96 | 109.96 | 139.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 171 | 141 | 0 | 0.10 | 0.25 | 0.26 | 37.5 | 0.27 | 0.65 |
Hex | BD | AB | 8D | 0 | A | 19 | 1A | 26 | 1B | 41 |
Octal | 275 | 253 | 215 | 0 | 12 | 31 | 32 | 46 | 33 | 101 |
Binary | 10111101 | 10101011 | 10001101 | 0 | 1010 | 11001 | 11010 | 100110 | 11011 | 1000001 |
Color Harmonies of #BDAB8D
Complementary color
Monochromatic Colors of #BDAB8D
Black with #BDAB8D
Text Example
Text Example
White with #BDAB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB8D; }
p { color: rgb(189,171,141); }
H1.HeaderClassName
{
color: #BDAB8D;
}
.AnyTagClassName
{
color: #BDAB8D;
}
</style>
background-color css
<style>
a { background-color: #BDAB8D; }
a { background-color: rgb(189,171,141); }
div.DivClassName
{
background-color: #BDAB8D;
}
.BgClassName
{
background-color: #BDAB8D;
}
</style>
border-color css
<style>
span { border-color: #BDAB8D; }
span { border-color: rgb(189,171,141); }
td.TdClassName
{
border-color: #BDAB8D;
}
.TagClassName
{
border-color: #BDAB8D;
}
</style>