Shades of Caper #BBCC7C
Tints of Caper #BBCC7C
RGB
CMYK
RGB Variations
Color information
#BBCC7C (or 0xBBCC7C) is known color: Caper. HEX triplet: BB, CC and 7C. RGB value is (187,204,124). Sum of RGB (Red+Green+Blue) = 187+204+124=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC7C is #443383. Grayscale: #BEBEBE. Windows color (decimal): -4469636 or 8178875. OLE color: 8178875.
HSL color Cylindrical-coordinate representation of color #BBCC7C: hue angle of 72.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBCC7C is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 124 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.2 |
| HSL | 72.75º | 0.44% | 0.64% | - |
| HSV(B) | 72.75º | 0.39% | 0.8% | - |
| XYZ | 45.72 | 55.21 | 27.31 | - |
| YUV | 189.8 | 90.87 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 124 | 0.08 | 0 | 0.39 | 0.2 | 72.75 | 0.44 | 0.64 |
| Hex | BB | CC | 7C | 8 | 0 | 27 | 14 | 49 | 2C | 40 |
| Octal | 273 | 314 | 174 | 10 | 0 | 47 | 24 | 111 | 54 | 100 |
| Binary | 10111011 | 11001100 | 1111100 | 1000 | 0 | 100111 | 10100 | 1001001 | 101100 | 1000000 |
Color Harmonies of #BBCC7C
Complementary color
Monochromatic Colors of #BBCC7C
Black with #BBCC7C
Text Example
Text Example
White with #BBCC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC7C; }
p { color: rgb(187,204,124); }
H1.HeaderClassName
{
color: #BBCC7C;
}
.AnyTagClassName
{
color: #BBCC7C;
}
</style>
background-color css
<style>
a { background-color: #BBCC7C; }
a { background-color: rgb(187,204,124); }
div.DivClassName
{
background-color: #BBCC7C;
}
.BgClassName
{
background-color: #BBCC7C;
}
</style>
border-color css
<style>
span { border-color: #BBCC7C; }
span { border-color: rgb(187,204,124); }
td.TdClassName
{
border-color: #BBCC7C;
}
.TagClassName
{
border-color: #BBCC7C;
}
</style>