Shades of Caper #BBCD89
Tints of Caper #BBCD89
RGB
CMYK
RGB Variations
Color information
#BBCD89 (or 0xBBCD89) is known color: Caper. HEX triplet: BB, CD and 89. RGB value is (187,205,137). Sum of RGB (Red+Green+Blue) = 187+205+137=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCD89 is #443276. Grayscale: #C0C0C0. Windows color (decimal): -4469367 or 9031099. OLE color: 9031099.
HSL color Cylindrical-coordinate representation of color #BBCD89: hue angle of 75.88º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBCD89 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 137 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.20 |
| HSL | 75.88º | 0.4% | 0.67% | - |
| HSV(B) | 75.88º | 0.33% | 0.8% | - |
| XYZ | 46.84 | 56.03 | 32.01 | - |
| YUV | 191.87 | 97.04 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 137 | 0.09 | 0 | 0.33 | 0.20 | 75.88 | 0.4 | 0.67 |
| Hex | BB | CD | 89 | 9 | 0 | 21 | 14 | 4C | 28 | 43 |
| Octal | 273 | 315 | 211 | 11 | 0 | 41 | 24 | 114 | 50 | 103 |
| Binary | 10111011 | 11001101 | 10001001 | 1001 | 0 | 100001 | 10100 | 1001100 | 101000 | 1000011 |
Color Harmonies of #BBCD89
Complementary color
Monochromatic Colors of #BBCD89
Black with #BBCD89
Text Example
Text Example
White with #BBCD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD89; }
p { color: rgb(187,205,137); }
H1.HeaderClassName
{
color: #BBCD89;
}
.AnyTagClassName
{
color: #BBCD89;
}
</style>
background-color css
<style>
a { background-color: #BBCD89; }
a { background-color: rgb(187,205,137); }
div.DivClassName
{
background-color: #BBCD89;
}
.BgClassName
{
background-color: #BBCD89;
}
</style>
border-color css
<style>
span { border-color: #BBCD89; }
span { border-color: rgb(187,205,137); }
td.TdClassName
{
border-color: #BBCD89;
}
.TagClassName
{
border-color: #BBCD89;
}
</style>