Shades of Pavlova #BBA88D
Tints of Pavlova #BBA88D
RGB
CMYK
RGB Variations
Color information
#BBA88D (or 0xBBA88D) is known color: Pavlova. HEX triplet: BB, A8 and 8D. RGB value is (187,168,141). Sum of RGB (Red+Green+Blue) = 187+168+141=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA88D is #445772. Grayscale: #AAAAAA. Windows color (decimal): -4478835 or 9283771. OLE color: 9283771.
HSL color Cylindrical-coordinate representation of color #BBA88D: hue angle of 35.22º degrees, saturation: 0.25, 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 #BBA88D is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 141 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.27 |
| HSL | 35.22º | 0.25% | 0.64% | - |
| HSV(B) | 35.22º | 0.25% | 0.73% | - |
| XYZ | 39.3 | 40.49 | 30.94 | - |
| YUV | 170.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 141 | 0 | 0.10 | 0.25 | 0.27 | 35.22 | 0.25 | 0.64 |
| Hex | BB | A8 | 8D | 0 | A | 19 | 1B | 23 | 19 | 40 |
| Octal | 273 | 250 | 215 | 0 | 12 | 31 | 33 | 43 | 31 | 100 |
| Binary | 10111011 | 10101000 | 10001101 | 0 | 1010 | 11001 | 11011 | 100011 | 11001 | 1000000 |
Color Harmonies of #BBA88D
Complementary color
Monochromatic Colors of #BBA88D
Black with #BBA88D
Text Example
Text Example
White with #BBA88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA88D; }
p { color: rgb(187,168,141); }
H1.HeaderClassName
{
color: #BBA88D;
}
.AnyTagClassName
{
color: #BBA88D;
}
</style>
background-color css
<style>
a { background-color: #BBA88D; }
a { background-color: rgb(187,168,141); }
div.DivClassName
{
background-color: #BBA88D;
}
.BgClassName
{
background-color: #BBA88D;
}
</style>
border-color css
<style>
span { border-color: #BBA88D; }
span { border-color: rgb(187,168,141); }
td.TdClassName
{
border-color: #BBA88D;
}
.TagClassName
{
border-color: #BBA88D;
}
</style>