Shades of Pavlova #BBAC83
Tints of Pavlova #BBAC83
RGB
CMYK
RGB Variations
Color information
#BBAC83 (or 0xBBAC83) is known color: Pavlova. HEX triplet: BB, AC and 83. RGB value is (187,172,131). Sum of RGB (Red+Green+Blue) = 187+172+131=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC83 is #44537C. Grayscale: #ABABAB. Windows color (decimal): -4477821 or 8629435. OLE color: 8629435.
HSL color Cylindrical-coordinate representation of color #BBAC83: hue angle of 43.93º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBAC83 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 131 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.27 |
| HSL | 43.93º | 0.29% | 0.62% | - |
| HSV(B) | 43.93º | 0.3% | 0.73% | - |
| XYZ | 39.34 | 41.71 | 27.45 | - |
| YUV | 171.81 | 104.97 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 131 | 0 | 0.08 | 0.30 | 0.27 | 43.93 | 0.29 | 0.62 |
| Hex | BB | AC | 83 | 0 | 8 | 1E | 1B | 2C | 1D | 3E |
| Octal | 273 | 254 | 203 | 0 | 10 | 36 | 33 | 54 | 35 | 76 |
| Binary | 10111011 | 10101100 | 10000011 | 0 | 1000 | 11110 | 11011 | 101100 | 11101 | 111110 |
Color Harmonies of #BBAC83
Complementary color
Monochromatic Colors of #BBAC83
Black with #BBAC83
Text Example
Text Example
White with #BBAC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC83; }
p { color: rgb(187,172,131); }
H1.HeaderClassName
{
color: #BBAC83;
}
.AnyTagClassName
{
color: #BBAC83;
}
</style>
background-color css
<style>
a { background-color: #BBAC83; }
a { background-color: rgb(187,172,131); }
div.DivClassName
{
background-color: #BBAC83;
}
.BgClassName
{
background-color: #BBAC83;
}
</style>
border-color css
<style>
span { border-color: #BBAC83; }
span { border-color: rgb(187,172,131); }
td.TdClassName
{
border-color: #BBAC83;
}
.TagClassName
{
border-color: #BBAC83;
}
</style>