Shades of Pavlova #BBA688
Tints of Pavlova #BBA688
RGB
CMYK
RGB Variations
Color information
#BBA688 (or 0xBBA688) is known color: Pavlova. HEX triplet: BB, A6 and 88. RGB value is (187,166,136). Sum of RGB (Red+Green+Blue) = 187+166+136=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA688 is #445977. Grayscale: #A9A9A9. Windows color (decimal): -4479352 or 8955579. OLE color: 8955579.
HSL color Cylindrical-coordinate representation of color #BBA688: hue angle of 35.29º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBA688 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 136 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.27 |
| HSL | 35.29º | 0.27% | 0.63% | - |
| HSV(B) | 35.29º | 0.27% | 0.73% | - |
| XYZ | 38.57 | 39.61 | 28.91 | - |
| YUV | 168.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 136 | 0 | 0.11 | 0.27 | 0.27 | 35.29 | 0.27 | 0.63 |
| Hex | BB | A6 | 88 | 0 | B | 1B | 1B | 23 | 1B | 3F |
| Octal | 273 | 246 | 210 | 0 | 13 | 33 | 33 | 43 | 33 | 77 |
| Binary | 10111011 | 10100110 | 10001000 | 0 | 1011 | 11011 | 11011 | 100011 | 11011 | 111111 |
Color Harmonies of #BBA688
Complementary color
Monochromatic Colors of #BBA688
Black with #BBA688
Text Example
Text Example
White with #BBA688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA688; }
p { color: rgb(187,166,136); }
H1.HeaderClassName
{
color: #BBA688;
}
.AnyTagClassName
{
color: #BBA688;
}
</style>
background-color css
<style>
a { background-color: #BBA688; }
a { background-color: rgb(187,166,136); }
div.DivClassName
{
background-color: #BBA688;
}
.BgClassName
{
background-color: #BBA688;
}
</style>
border-color css
<style>
span { border-color: #BBA688; }
span { border-color: rgb(187,166,136); }
td.TdClassName
{
border-color: #BBA688;
}
.TagClassName
{
border-color: #BBA688;
}
</style>