Shades of Caper #BBCD7B
Tints of Caper #BBCD7B
RGB
CMYK
RGB Variations
Color information
#BBCD7B (or 0xBBCD7B) is known color: Caper. HEX triplet: BB, CD and 7B. RGB value is (187,205,123). Sum of RGB (Red+Green+Blue) = 187+205+123=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD7B is #443284. Grayscale: #BEBEBE. Windows color (decimal): -4469381 or 8113595. OLE color: 8113595.
HSL color Cylindrical-coordinate representation of color #BBCD7B: hue angle of 73.17º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBCD7B is Cyan = 0.09, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 123 | - |
| CMYK | 0.09 | 0 | 0.4 | 0.20 |
| HSL | 73.17º | 0.45% | 0.64% | - |
| HSV(B) | 73.17º | 0.4% | 0.8% | - |
| XYZ | 45.9 | 55.66 | 27.06 | - |
| YUV | 190.27 | 90.04 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 123 | 0.09 | 0 | 0.4 | 0.20 | 73.17 | 0.45 | 0.64 |
| Hex | BB | CD | 7B | 9 | 0 | 28 | 14 | 49 | 2D | 40 |
| Octal | 273 | 315 | 173 | 11 | 0 | 50 | 24 | 111 | 55 | 100 |
| Binary | 10111011 | 11001101 | 1111011 | 1001 | 0 | 101000 | 10100 | 1001001 | 101101 | 1000000 |
Color Harmonies of #BBCD7B
Complementary color
Monochromatic Colors of #BBCD7B
Black with #BBCD7B
Text Example
Text Example
White with #BBCD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD7B; }
p { color: rgb(187,205,123); }
H1.HeaderClassName
{
color: #BBCD7B;
}
.AnyTagClassName
{
color: #BBCD7B;
}
</style>
background-color css
<style>
a { background-color: #BBCD7B; }
a { background-color: rgb(187,205,123); }
div.DivClassName
{
background-color: #BBCD7B;
}
.BgClassName
{
background-color: #BBCD7B;
}
</style>
border-color css
<style>
span { border-color: #BBCD7B; }
span { border-color: rgb(187,205,123); }
td.TdClassName
{
border-color: #BBCD7B;
}
.TagClassName
{
border-color: #BBCD7B;
}
</style>