Shades of Caper #BBC98B
Tints of Caper #BBC98B
RGB
CMYK
RGB Variations
Color information
#BBC98B (or 0xBBC98B) is known color: Caper. HEX triplet: BB, C9 and 8B. RGB value is (187,201,139). Sum of RGB (Red+Green+Blue) = 187+201+139=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC98B is #443674. Grayscale: #BDBDBD. Windows color (decimal): -4470389 or 9161147. OLE color: 9161147.
HSL color Cylindrical-coordinate representation of color #BBC98B: hue angle of 73.55º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBC98B is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 139 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.21 |
| HSL | 73.55º | 0.36% | 0.67% | - |
| HSV(B) | 73.55º | 0.31% | 0.79% | - |
| XYZ | 46.04 | 54.2 | 32.46 | - |
| YUV | 189.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 139 | 0.07 | 0 | 0.31 | 0.21 | 73.55 | 0.36 | 0.67 |
| Hex | BB | C9 | 8B | 7 | 0 | 1F | 15 | 4A | 24 | 43 |
| Octal | 273 | 311 | 213 | 7 | 0 | 37 | 25 | 112 | 44 | 103 |
| Binary | 10111011 | 11001001 | 10001011 | 111 | 0 | 11111 | 10101 | 1001010 | 100100 | 1000011 |
Color Harmonies of #BBC98B
Complementary color
Monochromatic Colors of #BBC98B
Black with #BBC98B
Text Example
Text Example
White with #BBC98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC98B; }
p { color: rgb(187,201,139); }
H1.HeaderClassName
{
color: #BBC98B;
}
.AnyTagClassName
{
color: #BBC98B;
}
</style>
background-color css
<style>
a { background-color: #BBC98B; }
a { background-color: rgb(187,201,139); }
div.DivClassName
{
background-color: #BBC98B;
}
.BgClassName
{
background-color: #BBC98B;
}
</style>
border-color css
<style>
span { border-color: #BBC98B; }
span { border-color: rgb(187,201,139); }
td.TdClassName
{
border-color: #BBC98B;
}
.TagClassName
{
border-color: #BBC98B;
}
</style>