Shades of Caper #BBCC8C
Tints of Caper #BBCC8C
RGB
CMYK
RGB Variations
Color information
#BBCC8C (or 0xBBCC8C) is known color: Caper. HEX triplet: BB, CC and 8C. RGB value is (187,204,140). Sum of RGB (Red+Green+Blue) = 187+204+140=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC8C is #443373. Grayscale: #BFBFBF. Windows color (decimal): -4469620 or 9227451. OLE color: 9227451.
HSL color Cylindrical-coordinate representation of color #BBCC8C: hue angle of 75.94º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBCC8C is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 140 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.2 |
| HSL | 75.94º | 0.39% | 0.67% | - |
| HSV(B) | 75.94º | 0.31% | 0.8% | - |
| XYZ | 46.82 | 55.64 | 33.08 | - |
| YUV | 191.62 | 98.87 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 140 | 0.08 | 0 | 0.31 | 0.2 | 75.94 | 0.39 | 0.67 |
| Hex | BB | CC | 8C | 8 | 0 | 1F | 14 | 4C | 27 | 43 |
| Octal | 273 | 314 | 214 | 10 | 0 | 37 | 24 | 114 | 47 | 103 |
| Binary | 10111011 | 11001100 | 10001100 | 1000 | 0 | 11111 | 10100 | 1001100 | 100111 | 1000011 |
Color Harmonies of #BBCC8C
Complementary color
Monochromatic Colors of #BBCC8C
Black with #BBCC8C
Text Example
Text Example
White with #BBCC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC8C; }
p { color: rgb(187,204,140); }
H1.HeaderClassName
{
color: #BBCC8C;
}
.AnyTagClassName
{
color: #BBCC8C;
}
</style>
background-color css
<style>
a { background-color: #BBCC8C; }
a { background-color: rgb(187,204,140); }
div.DivClassName
{
background-color: #BBCC8C;
}
.BgClassName
{
background-color: #BBCC8C;
}
</style>
border-color css
<style>
span { border-color: #BBCC8C; }
span { border-color: rgb(187,204,140); }
td.TdClassName
{
border-color: #BBCC8C;
}
.TagClassName
{
border-color: #BBCC8C;
}
</style>