Shades of Pavlova #BDAF88
Tints of Pavlova #BDAF88
RGB
CMYK
RGB Variations
Color information
#BDAF88 (or 0xBDAF88) is known color: Pavlova. HEX triplet: BD, AF and 88. RGB value is (189,175,136). Sum of RGB (Red+Green+Blue) = 189+175+136=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF88 is #425077. Grayscale: #AEAEAE. Windows color (decimal): -4345976 or 8957885. OLE color: 8957885.
HSL color Cylindrical-coordinate representation of color #BDAF88: hue angle of 44.15º degrees, saturation: 0.29, 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 #BDAF88 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 136 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.26 |
| HSL | 44.15º | 0.29% | 0.64% | - |
| HSV(B) | 44.15º | 0.28% | 0.74% | - |
| XYZ | 40.76 | 43.26 | 29.49 | - |
| YUV | 174.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 136 | 0 | 0.07 | 0.28 | 0.26 | 44.15 | 0.29 | 0.64 |
| Hex | BD | AF | 88 | 0 | 7 | 1C | 1A | 2C | 1D | 40 |
| Octal | 275 | 257 | 210 | 0 | 7 | 34 | 32 | 54 | 35 | 100 |
| Binary | 10111101 | 10101111 | 10001000 | 0 | 111 | 11100 | 11010 | 101100 | 11101 | 1000000 |
Color Harmonies of #BDAF88
Complementary color
Monochromatic Colors of #BDAF88
Black with #BDAF88
Text Example
Text Example
White with #BDAF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF88; }
p { color: rgb(189,175,136); }
H1.HeaderClassName
{
color: #BDAF88;
}
.AnyTagClassName
{
color: #BDAF88;
}
</style>
background-color css
<style>
a { background-color: #BDAF88; }
a { background-color: rgb(189,175,136); }
div.DivClassName
{
background-color: #BDAF88;
}
.BgClassName
{
background-color: #BDAF88;
}
</style>
border-color css
<style>
span { border-color: #BDAF88; }
span { border-color: rgb(189,175,136); }
td.TdClassName
{
border-color: #BDAF88;
}
.TagClassName
{
border-color: #BDAF88;
}
</style>