Shades of Caper #BBCC8D
Tints of Caper #BBCC8D
RGB
CMYK
RGB Variations
Color information
#BBCC8D (or 0xBBCC8D) is known color: Caper. HEX triplet: BB, CC and 8D. RGB value is (187,204,141). Sum of RGB (Red+Green+Blue) = 187+204+141=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC8D is #443372. Grayscale: #BFBFBF. Windows color (decimal): -4469619 or 9292987. OLE color: 9292987.
HSL color Cylindrical-coordinate representation of color #BBCC8D: hue angle of 76.19º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBCC8D is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 141 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.2 |
| HSL | 76.19º | 0.38% | 0.68% | - |
| HSV(B) | 76.19º | 0.31% | 0.8% | - |
| XYZ | 46.89 | 55.67 | 33.47 | - |
| YUV | 191.74 | 99.37 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 141 | 0.08 | 0 | 0.31 | 0.2 | 76.19 | 0.38 | 0.68 |
| Hex | BB | CC | 8D | 8 | 0 | 1F | 14 | 4C | 26 | 44 |
| Octal | 273 | 314 | 215 | 10 | 0 | 37 | 24 | 114 | 46 | 104 |
| Binary | 10111011 | 11001100 | 10001101 | 1000 | 0 | 11111 | 10100 | 1001100 | 100110 | 1000100 |
Color Harmonies of #BBCC8D
Complementary color
Monochromatic Colors of #BBCC8D
Black with #BBCC8D
Text Example
Text Example
White with #BBCC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC8D; }
p { color: rgb(187,204,141); }
H1.HeaderClassName
{
color: #BBCC8D;
}
.AnyTagClassName
{
color: #BBCC8D;
}
</style>
background-color css
<style>
a { background-color: #BBCC8D; }
a { background-color: rgb(187,204,141); }
div.DivClassName
{
background-color: #BBCC8D;
}
.BgClassName
{
background-color: #BBCC8D;
}
</style>
border-color css
<style>
span { border-color: #BBCC8D; }
span { border-color: rgb(187,204,141); }
td.TdClassName
{
border-color: #BBCC8D;
}
.TagClassName
{
border-color: #BBCC8D;
}
</style>