Shades of Pavlova #BDAE90
Tints of Pavlova #BDAE90
RGB
CMYK
RGB Variations
Color information
#BDAE90 (or 0xBDAE90) is known color: Pavlova. HEX triplet: BD, AE and 90. RGB value is (189,174,144). Sum of RGB (Red+Green+Blue) = 189+174+144=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE90 is #42516F. Grayscale: #AFAFAF. Windows color (decimal): -4346224 or 9481917. OLE color: 9481917.
HSL color Cylindrical-coordinate representation of color #BDAE90: hue angle of 40º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDAE90 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 174 | 144 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.26 |
| HSL | 40º | 0.25% | 0.65% | - |
| HSV(B) | 40º | 0.24% | 0.74% | - |
| XYZ | 41.16 | 43.1 | 32.54 | - |
| YUV | 175.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 174 | 144 | 0 | 0.08 | 0.24 | 0.26 | 40 | 0.25 | 0.65 |
| Hex | BD | AE | 90 | 0 | 8 | 18 | 1A | 28 | 19 | 41 |
| Octal | 275 | 256 | 220 | 0 | 10 | 30 | 32 | 50 | 31 | 101 |
| Binary | 10111101 | 10101110 | 10010000 | 0 | 1000 | 11000 | 11010 | 101000 | 11001 | 1000001 |
Color Harmonies of #BDAE90
Complementary color
Monochromatic Colors of #BDAE90
Black with #BDAE90
Text Example
Text Example
White with #BDAE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAE90; }
p { color: rgb(189,174,144); }
H1.HeaderClassName
{
color: #BDAE90;
}
.AnyTagClassName
{
color: #BDAE90;
}
</style>
background-color css
<style>
a { background-color: #BDAE90; }
a { background-color: rgb(189,174,144); }
div.DivClassName
{
background-color: #BDAE90;
}
.BgClassName
{
background-color: #BDAE90;
}
</style>
border-color css
<style>
span { border-color: #BDAE90; }
span { border-color: rgb(189,174,144); }
td.TdClassName
{
border-color: #BDAE90;
}
.TagClassName
{
border-color: #BDAE90;
}
</style>