Shades of Caper #BBCC7E
Tints of Caper #BBCC7E
RGB
CMYK
RGB Variations
Color information
#BBCC7E (or 0xBBCC7E) is known color: Caper. HEX triplet: BB, CC and 7E. RGB value is (187,204,126). Sum of RGB (Red+Green+Blue) = 187+204+126=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC7E is #443381. Grayscale: #BEBEBE. Windows color (decimal): -4469634 or 8309947. OLE color: 8309947.
HSL color Cylindrical-coordinate representation of color #BBCC7E: hue angle of 73.08º 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 #BBCC7E is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 126 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.2 |
| HSL | 73.08º | 0.43% | 0.65% | - |
| HSV(B) | 73.08º | 0.38% | 0.8% | - |
| XYZ | 45.85 | 55.26 | 27.99 | - |
| YUV | 190.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 126 | 0.08 | 0 | 0.38 | 0.2 | 73.08 | 0.43 | 0.65 |
| Hex | BB | CC | 7E | 8 | 0 | 26 | 14 | 49 | 2B | 41 |
| Octal | 273 | 314 | 176 | 10 | 0 | 46 | 24 | 111 | 53 | 101 |
| Binary | 10111011 | 11001100 | 1111110 | 1000 | 0 | 100110 | 10100 | 1001001 | 101011 | 1000001 |
Color Harmonies of #BBCC7E
Complementary color
Monochromatic Colors of #BBCC7E
Black with #BBCC7E
Text Example
Text Example
White with #BBCC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC7E; }
p { color: rgb(187,204,126); }
H1.HeaderClassName
{
color: #BBCC7E;
}
.AnyTagClassName
{
color: #BBCC7E;
}
</style>
background-color css
<style>
a { background-color: #BBCC7E; }
a { background-color: rgb(187,204,126); }
div.DivClassName
{
background-color: #BBCC7E;
}
.BgClassName
{
background-color: #BBCC7E;
}
</style>
border-color css
<style>
span { border-color: #BBCC7E; }
span { border-color: rgb(187,204,126); }
td.TdClassName
{
border-color: #BBCC7E;
}
.TagClassName
{
border-color: #BBCC7E;
}
</style>