Shades of Caper #BBCC8A
Tints of Caper #BBCC8A
RGB
CMYK
RGB Variations
Color information
#BBCC8A (or 0xBBCC8A) is known color: Caper. HEX triplet: BB, CC and 8A. RGB value is (187,204,138). Sum of RGB (Red+Green+Blue) = 187+204+138=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC8A is #443375. Grayscale: #BFBFBF. Windows color (decimal): -4469622 or 9096379. OLE color: 9096379.
HSL color Cylindrical-coordinate representation of color #BBCC8A: hue angle of 75.45º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBCC8A is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 138 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.2 |
| HSL | 75.45º | 0.39% | 0.67% | - |
| HSV(B) | 75.45º | 0.32% | 0.8% | - |
| XYZ | 46.67 | 55.59 | 32.31 | - |
| YUV | 191.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 138 | 0.08 | 0 | 0.32 | 0.2 | 75.45 | 0.39 | 0.67 |
| Hex | BB | CC | 8A | 8 | 0 | 20 | 14 | 4B | 27 | 43 |
| Octal | 273 | 314 | 212 | 10 | 0 | 40 | 24 | 113 | 47 | 103 |
| Binary | 10111011 | 11001100 | 10001010 | 1000 | 0 | 100000 | 10100 | 1001011 | 100111 | 1000011 |
Color Harmonies of #BBCC8A
Complementary color
Monochromatic Colors of #BBCC8A
Black with #BBCC8A
Text Example
Text Example
White with #BBCC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC8A; }
p { color: rgb(187,204,138); }
H1.HeaderClassName
{
color: #BBCC8A;
}
.AnyTagClassName
{
color: #BBCC8A;
}
</style>
background-color css
<style>
a { background-color: #BBCC8A; }
a { background-color: rgb(187,204,138); }
div.DivClassName
{
background-color: #BBCC8A;
}
.BgClassName
{
background-color: #BBCC8A;
}
</style>
border-color css
<style>
span { border-color: #BBCC8A; }
span { border-color: rgb(187,204,138); }
td.TdClassName
{
border-color: #BBCC8A;
}
.TagClassName
{
border-color: #BBCC8A;
}
</style>