Shades of Pavlova #BEA98E
Tints of Pavlova #BEA98E
RGB
CMYK
RGB Variations
Color information
#BEA98E (or 0xBEA98E) is known color: Pavlova. HEX triplet: BE, A9 and 8E. RGB value is (190,169,142). Sum of RGB (Red+Green+Blue) = 190+169+142=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA98E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA98E is #415671. Grayscale: #ACACAC. Windows color (decimal): -4281970 or 9349566. OLE color: 9349566.
HSL color Cylindrical-coordinate representation of color #BEA98E: hue angle of 33.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEA98E is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 169 | 142 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.25 |
| HSL | 33.75º | 0.27% | 0.65% | - |
| HSV(B) | 33.75º | 0.25% | 0.75% | - |
| XYZ | 40.31 | 41.28 | 31.43 | - |
| YUV | 172.2 | 110.96 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 169 | 142 | 0 | 0.11 | 0.25 | 0.25 | 33.75 | 0.27 | 0.65 |
| Hex | BE | A9 | 8E | 0 | B | 19 | 19 | 22 | 1B | 41 |
| Octal | 276 | 251 | 216 | 0 | 13 | 31 | 31 | 42 | 33 | 101 |
| Binary | 10111110 | 10101001 | 10001110 | 0 | 1011 | 11001 | 11001 | 100010 | 11011 | 1000001 |
Color Harmonies of #BEA98E
Complementary color
Monochromatic Colors of #BEA98E
Black with #BEA98E
Text Example
Text Example
White with #BEA98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA98E; }
p { color: rgb(190,169,142); }
H1.HeaderClassName
{
color: #BEA98E;
}
.AnyTagClassName
{
color: #BEA98E;
}
</style>
background-color css
<style>
a { background-color: #BEA98E; }
a { background-color: rgb(190,169,142); }
div.DivClassName
{
background-color: #BEA98E;
}
.BgClassName
{
background-color: #BEA98E;
}
</style>
border-color css
<style>
span { border-color: #BEA98E; }
span { border-color: rgb(190,169,142); }
td.TdClassName
{
border-color: #BEA98E;
}
.TagClassName
{
border-color: #BEA98E;
}
</style>