Shades of Pavlova #BBAD8A
Tints of Pavlova #BBAD8A
RGB
CMYK
RGB Variations
Color information
#BBAD8A (or 0xBBAD8A) is known color: Pavlova. HEX triplet: BB, AD and 8A. RGB value is (187,173,138). Sum of RGB (Red+Green+Blue) = 187+173+138=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAD8A is #445275. Grayscale: #ADADAD. Windows color (decimal): -4477558 or 9088443. OLE color: 9088443.
HSL color Cylindrical-coordinate representation of color #BBAD8A: hue angle of 42.86º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBAD8A is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 138 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.27 |
| HSL | 42.86º | 0.26% | 0.64% | - |
| HSV(B) | 42.86º | 0.26% | 0.73% | - |
| XYZ | 40.02 | 42.29 | 30.1 | - |
| YUV | 173.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 138 | 0 | 0.07 | 0.26 | 0.27 | 42.86 | 0.26 | 0.64 |
| Hex | BB | AD | 8A | 0 | 7 | 1A | 1B | 2B | 1A | 40 |
| Octal | 273 | 255 | 212 | 0 | 7 | 32 | 33 | 53 | 32 | 100 |
| Binary | 10111011 | 10101101 | 10001010 | 0 | 111 | 11010 | 11011 | 101011 | 11010 | 1000000 |
Color Harmonies of #BBAD8A
Complementary color
Monochromatic Colors of #BBAD8A
Black with #BBAD8A
Text Example
Text Example
White with #BBAD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAD8A; }
p { color: rgb(187,173,138); }
H1.HeaderClassName
{
color: #BBAD8A;
}
.AnyTagClassName
{
color: #BBAD8A;
}
</style>
background-color css
<style>
a { background-color: #BBAD8A; }
a { background-color: rgb(187,173,138); }
div.DivClassName
{
background-color: #BBAD8A;
}
.BgClassName
{
background-color: #BBAD8A;
}
</style>
border-color css
<style>
span { border-color: #BBAD8A; }
span { border-color: rgb(187,173,138); }
td.TdClassName
{
border-color: #BBAD8A;
}
.TagClassName
{
border-color: #BBAD8A;
}
</style>