Shades of Pavlova #BEAD8F
Tints of Pavlova #BEAD8F
RGB
CMYK
RGB Variations
Color information
#BEAD8F (or 0xBEAD8F) is known color: Pavlova. HEX triplet: BE, AD and 8F. RGB value is (190,173,143). Sum of RGB (Red+Green+Blue) = 190+173+143=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAD8F is #415270. Grayscale: #AEAEAE. Windows color (decimal): -4280945 or 9416126. OLE color: 9416126.
HSL color Cylindrical-coordinate representation of color #BEAD8F: hue angle of 38.3º 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 #BEAD8F is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 143 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.25 |
| HSL | 38.3º | 0.27% | 0.65% | - |
| HSV(B) | 38.3º | 0.25% | 0.75% | - |
| XYZ | 41.14 | 42.82 | 32.08 | - |
| YUV | 174.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 143 | 0 | 0.09 | 0.25 | 0.25 | 38.3 | 0.27 | 0.65 |
| Hex | BE | AD | 8F | 0 | 9 | 19 | 19 | 26 | 1B | 41 |
| Octal | 276 | 255 | 217 | 0 | 11 | 31 | 31 | 46 | 33 | 101 |
| Binary | 10111110 | 10101101 | 10001111 | 0 | 1001 | 11001 | 11001 | 100110 | 11011 | 1000001 |
Color Harmonies of #BEAD8F
Complementary color
Monochromatic Colors of #BEAD8F
Black with #BEAD8F
Text Example
Text Example
White with #BEAD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAD8F; }
p { color: rgb(190,173,143); }
H1.HeaderClassName
{
color: #BEAD8F;
}
.AnyTagClassName
{
color: #BEAD8F;
}
</style>
background-color css
<style>
a { background-color: #BEAD8F; }
a { background-color: rgb(190,173,143); }
div.DivClassName
{
background-color: #BEAD8F;
}
.BgClassName
{
background-color: #BEAD8F;
}
</style>
border-color css
<style>
span { border-color: #BEAD8F; }
span { border-color: rgb(190,173,143); }
td.TdClassName
{
border-color: #BEAD8F;
}
.TagClassName
{
border-color: #BEAD8F;
}
</style>