Shades of Caper #BBCB7E
Tints of Caper #BBCB7E
RGB
CMYK
RGB Variations
Color information
#BBCB7E (or 0xBBCB7E) is known color: Caper. HEX triplet: BB, CB and 7E. RGB value is (187,203,126). Sum of RGB (Red+Green+Blue) = 187+203+126=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB7E is #443481. Grayscale: #BDBDBD. Windows color (decimal): -4469890 or 8309691. OLE color: 8309691.
HSL color Cylindrical-coordinate representation of color #BBCB7E: hue angle of 72.47º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBCB7E is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 126 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.20 |
| HSL | 72.47º | 0.43% | 0.65% | - |
| HSV(B) | 72.47º | 0.38% | 0.8% | - |
| XYZ | 45.62 | 54.78 | 27.91 | - |
| YUV | 189.44 | 92.2 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 126 | 0.08 | 0 | 0.38 | 0.20 | 72.47 | 0.43 | 0.65 |
| Hex | BB | CB | 7E | 8 | 0 | 26 | 14 | 48 | 2B | 41 |
| Octal | 273 | 313 | 176 | 10 | 0 | 46 | 24 | 110 | 53 | 101 |
| Binary | 10111011 | 11001011 | 1111110 | 1000 | 0 | 100110 | 10100 | 1001000 | 101011 | 1000001 |
Color Harmonies of #BBCB7E
Complementary color
Monochromatic Colors of #BBCB7E
Black with #BBCB7E
Text Example
Text Example
White with #BBCB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB7E; }
p { color: rgb(187,203,126); }
H1.HeaderClassName
{
color: #BBCB7E;
}
.AnyTagClassName
{
color: #BBCB7E;
}
</style>
background-color css
<style>
a { background-color: #BBCB7E; }
a { background-color: rgb(187,203,126); }
div.DivClassName
{
background-color: #BBCB7E;
}
.BgClassName
{
background-color: #BBCB7E;
}
</style>
border-color css
<style>
span { border-color: #BBCB7E; }
span { border-color: rgb(187,203,126); }
td.TdClassName
{
border-color: #BBCB7E;
}
.TagClassName
{
border-color: #BBCB7E;
}
</style>