Shades of Pavlova #BBA68C
Tints of Pavlova #BBA68C
RGB
CMYK
RGB Variations
Color information
#BBA68C (or 0xBBA68C) is known color: Pavlova. HEX triplet: BB, A6 and 8C. RGB value is (187,166,140). Sum of RGB (Red+Green+Blue) = 187+166+140=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA68C is #445973. Grayscale: #A9A9A9. Windows color (decimal): -4479348 or 9217723. OLE color: 9217723.
HSL color Cylindrical-coordinate representation of color #BBA68C: hue angle of 33.19º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBA68C is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 140 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.27 |
| HSL | 33.19º | 0.26% | 0.64% | - |
| HSV(B) | 33.19º | 0.25% | 0.73% | - |
| XYZ | 38.86 | 39.73 | 30.43 | - |
| YUV | 169.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 140 | 0 | 0.11 | 0.25 | 0.27 | 33.19 | 0.26 | 0.64 |
| Hex | BB | A6 | 8C | 0 | B | 19 | 1B | 21 | 1A | 40 |
| Octal | 273 | 246 | 214 | 0 | 13 | 31 | 33 | 41 | 32 | 100 |
| Binary | 10111011 | 10100110 | 10001100 | 0 | 1011 | 11001 | 11011 | 100001 | 11010 | 1000000 |
Color Harmonies of #BBA68C
Complementary color
Monochromatic Colors of #BBA68C
Black with #BBA68C
Text Example
Text Example
White with #BBA68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA68C; }
p { color: rgb(187,166,140); }
H1.HeaderClassName
{
color: #BBA68C;
}
.AnyTagClassName
{
color: #BBA68C;
}
</style>
background-color css
<style>
a { background-color: #BBA68C; }
a { background-color: rgb(187,166,140); }
div.DivClassName
{
background-color: #BBA68C;
}
.BgClassName
{
background-color: #BBA68C;
}
</style>
border-color css
<style>
span { border-color: #BBA68C; }
span { border-color: rgb(187,166,140); }
td.TdClassName
{
border-color: #BBA68C;
}
.TagClassName
{
border-color: #BBA68C;
}
</style>