Shades of Caper #BBCD7F
Tints of Caper #BBCD7F
RGB
CMYK
RGB Variations
Color information
#BBCD7F (or 0xBBCD7F) is known color: Caper. HEX triplet: BB, CD and 7F. RGB value is (187,205,127). Sum of RGB (Red+Green+Blue) = 187+205+127=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD7F is #443280. Grayscale: #BFBFBF. Windows color (decimal): -4469377 or 8375739. OLE color: 8375739.
HSL color Cylindrical-coordinate representation of color #BBCD7F: hue angle of 73.85º degrees, saturation: 0.44, 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 #BBCD7F is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 127 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.20 |
| HSL | 73.85º | 0.44% | 0.65% | - |
| HSV(B) | 73.85º | 0.38% | 0.8% | - |
| XYZ | 46.16 | 55.76 | 28.41 | - |
| YUV | 190.73 | 92.04 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 127 | 0.09 | 0 | 0.38 | 0.20 | 73.85 | 0.44 | 0.65 |
| Hex | BB | CD | 7F | 9 | 0 | 26 | 14 | 4A | 2C | 41 |
| Octal | 273 | 315 | 177 | 11 | 0 | 46 | 24 | 112 | 54 | 101 |
| Binary | 10111011 | 11001101 | 1111111 | 1001 | 0 | 100110 | 10100 | 1001010 | 101100 | 1000001 |
Color Harmonies of #BBCD7F
Complementary color
Monochromatic Colors of #BBCD7F
Black with #BBCD7F
Text Example
Text Example
White with #BBCD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD7F; }
p { color: rgb(187,205,127); }
H1.HeaderClassName
{
color: #BBCD7F;
}
.AnyTagClassName
{
color: #BBCD7F;
}
</style>
background-color css
<style>
a { background-color: #BBCD7F; }
a { background-color: rgb(187,205,127); }
div.DivClassName
{
background-color: #BBCD7F;
}
.BgClassName
{
background-color: #BBCD7F;
}
</style>
border-color css
<style>
span { border-color: #BBCD7F; }
span { border-color: rgb(187,205,127); }
td.TdClassName
{
border-color: #BBCD7F;
}
.TagClassName
{
border-color: #BBCD7F;
}
</style>