Shades of Pavlova #BFA888
Tints of Pavlova #BFA888
RGB
CMYK
RGB Variations
Color information
#BFA888 (or 0xBFA888) is known color: Pavlova. HEX triplet: BF, A8 and 88. RGB value is (191,168,136). Sum of RGB (Red+Green+Blue) = 191+168+136=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA888 is #405777. Grayscale: #ABABAB. Windows color (decimal): -4216696 or 8956095. OLE color: 8956095.
HSL color Cylindrical-coordinate representation of color #BFA888: hue angle of 34.91º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFA888 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 136 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.25 |
| HSL | 34.91º | 0.3% | 0.64% | - |
| HSV(B) | 34.91º | 0.29% | 0.75% | - |
| XYZ | 39.93 | 40.86 | 29.07 | - |
| YUV | 171.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 136 | 0 | 0.12 | 0.29 | 0.25 | 34.91 | 0.3 | 0.64 |
| Hex | BF | A8 | 88 | 0 | C | 1D | 19 | 23 | 1E | 40 |
| Octal | 277 | 250 | 210 | 0 | 14 | 35 | 31 | 43 | 36 | 100 |
| Binary | 10111111 | 10101000 | 10001000 | 0 | 1100 | 11101 | 11001 | 100011 | 11110 | 1000000 |
Color Harmonies of #BFA888
Complementary color
Monochromatic Colors of #BFA888
Black with #BFA888
Text Example
Text Example
White with #BFA888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA888; }
p { color: rgb(191,168,136); }
H1.HeaderClassName
{
color: #BFA888;
}
.AnyTagClassName
{
color: #BFA888;
}
</style>
background-color css
<style>
a { background-color: #BFA888; }
a { background-color: rgb(191,168,136); }
div.DivClassName
{
background-color: #BFA888;
}
.BgClassName
{
background-color: #BFA888;
}
</style>
border-color css
<style>
span { border-color: #BFA888; }
span { border-color: rgb(191,168,136); }
td.TdClassName
{
border-color: #BFA888;
}
.TagClassName
{
border-color: #BFA888;
}
</style>