Shades of Caper #BBCF7B
Tints of Caper #BBCF7B
RGB
CMYK
RGB Variations
Color information
#BBCF7B (or 0xBBCF7B) is known color: Caper. HEX triplet: BB, CF and 7B. RGB value is (187,207,123). Sum of RGB (Red+Green+Blue) = 187+207+123=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCF7B is #443084. Grayscale: #BFBFBF. Windows color (decimal): -4468869 or 8114107. OLE color: 8114107.
HSL color Cylindrical-coordinate representation of color #BBCF7B: hue angle of 74.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBCF7B is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 123 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.19 |
| HSL | 74.29º | 0.47% | 0.65% | - |
| HSV(B) | 74.29º | 0.41% | 0.81% | - |
| XYZ | 46.38 | 56.62 | 27.22 | - |
| YUV | 191.44 | 89.37 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 123 | 0.10 | 0 | 0.41 | 0.19 | 74.29 | 0.47 | 0.65 |
| Hex | BB | CF | 7B | A | 0 | 29 | 13 | 4A | 2F | 41 |
| Octal | 273 | 317 | 173 | 12 | 0 | 51 | 23 | 112 | 57 | 101 |
| Binary | 10111011 | 11001111 | 1111011 | 1010 | 0 | 101001 | 10011 | 1001010 | 101111 | 1000001 |
Color Harmonies of #BBCF7B
Complementary color
Monochromatic Colors of #BBCF7B
Black with #BBCF7B
Text Example
Text Example
White with #BBCF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF7B; }
p { color: rgb(187,207,123); }
H1.HeaderClassName
{
color: #BBCF7B;
}
.AnyTagClassName
{
color: #BBCF7B;
}
</style>
background-color css
<style>
a { background-color: #BBCF7B; }
a { background-color: rgb(187,207,123); }
div.DivClassName
{
background-color: #BBCF7B;
}
.BgClassName
{
background-color: #BBCF7B;
}
</style>
border-color css
<style>
span { border-color: #BBCF7B; }
span { border-color: rgb(187,207,123); }
td.TdClassName
{
border-color: #BBCF7B;
}
.TagClassName
{
border-color: #BBCF7B;
}
</style>