Shades of Caper #BBC98C
Tints of Caper #BBC98C
RGB
CMYK
RGB Variations
Color information
#BBC98C (or 0xBBC98C) is known color: Caper. HEX triplet: BB, C9 and 8C. RGB value is (187,201,140). Sum of RGB (Red+Green+Blue) = 187+201+140=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC98C is #443673. Grayscale: #BEBEBE. Windows color (decimal): -4470388 or 9226683. OLE color: 9226683.
HSL color Cylindrical-coordinate representation of color #BBC98C: hue angle of 73.77º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBC98C is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 140 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.21 |
| HSL | 73.77º | 0.36% | 0.67% | - |
| HSV(B) | 73.77º | 0.3% | 0.79% | - |
| XYZ | 46.11 | 54.23 | 32.85 | - |
| YUV | 189.86 | 99.86 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 140 | 0.07 | 0 | 0.30 | 0.21 | 73.77 | 0.36 | 0.67 |
| Hex | BB | C9 | 8C | 7 | 0 | 1E | 15 | 4A | 24 | 43 |
| Octal | 273 | 311 | 214 | 7 | 0 | 36 | 25 | 112 | 44 | 103 |
| Binary | 10111011 | 11001001 | 10001100 | 111 | 0 | 11110 | 10101 | 1001010 | 100100 | 1000011 |
Color Harmonies of #BBC98C
Complementary color
Monochromatic Colors of #BBC98C
Black with #BBC98C
Text Example
Text Example
White with #BBC98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC98C; }
p { color: rgb(187,201,140); }
H1.HeaderClassName
{
color: #BBC98C;
}
.AnyTagClassName
{
color: #BBC98C;
}
</style>
background-color css
<style>
a { background-color: #BBC98C; }
a { background-color: rgb(187,201,140); }
div.DivClassName
{
background-color: #BBC98C;
}
.BgClassName
{
background-color: #BBC98C;
}
</style>
border-color css
<style>
span { border-color: #BBC98C; }
span { border-color: rgb(187,201,140); }
td.TdClassName
{
border-color: #BBC98C;
}
.TagClassName
{
border-color: #BBC98C;
}
</style>