Shades of Pavlova #BBAD83
Tints of Pavlova #BBAD83
RGB
CMYK
RGB Variations
Color information
#BBAD83 (or 0xBBAD83) is known color: Pavlova. HEX triplet: BB, AD and 83. RGB value is (187,173,131). Sum of RGB (Red+Green+Blue) = 187+173+131=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAD83 is #44527C. Grayscale: #ACACAC. Windows color (decimal): -4477565 or 8629691. OLE color: 8629691.
HSL color Cylindrical-coordinate representation of color #BBAD83: hue angle of 45º 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 #BBAD83 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 131 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.27 |
| HSL | 45º | 0.29% | 0.62% | - |
| HSV(B) | 45º | 0.3% | 0.73% | - |
| XYZ | 39.53 | 42.09 | 27.51 | - |
| YUV | 172.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 131 | 0 | 0.07 | 0.30 | 0.27 | 45 | 0.29 | 0.62 |
| Hex | BB | AD | 83 | 0 | 7 | 1E | 1B | 2D | 1D | 3E |
| Octal | 273 | 255 | 203 | 0 | 7 | 36 | 33 | 55 | 35 | 76 |
| Binary | 10111011 | 10101101 | 10000011 | 0 | 111 | 11110 | 11011 | 101101 | 11101 | 111110 |
Color Harmonies of #BBAD83
Complementary color
Monochromatic Colors of #BBAD83
Black with #BBAD83
Text Example
Text Example
White with #BBAD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAD83; }
p { color: rgb(187,173,131); }
H1.HeaderClassName
{
color: #BBAD83;
}
.AnyTagClassName
{
color: #BBAD83;
}
</style>
background-color css
<style>
a { background-color: #BBAD83; }
a { background-color: rgb(187,173,131); }
div.DivClassName
{
background-color: #BBAD83;
}
.BgClassName
{
background-color: #BBAD83;
}
</style>
border-color css
<style>
span { border-color: #BBAD83; }
span { border-color: rgb(187,173,131); }
td.TdClassName
{
border-color: #BBAD83;
}
.TagClassName
{
border-color: #BBAD83;
}
</style>