Shades of Caper #BBCA89
Tints of Caper #BBCA89
RGB
CMYK
RGB Variations
Color information
#BBCA89 (or 0xBBCA89) is known color: Caper. HEX triplet: BB, CA and 89. RGB value is (187,202,137). Sum of RGB (Red+Green+Blue) = 187+202+137=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 137 (53.91% from 255 or 26.05% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCA89 is #443576. Grayscale: #BEBEBE. Windows color (decimal): -4470135 or 9030331. OLE color: 9030331.
HSL color Cylindrical-coordinate representation of color #BBCA89: hue angle of 73.85º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBCA89 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 202 | 137 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.21 |
| HSL | 73.85º | 0.38% | 0.66% | - |
| HSV(B) | 73.85º | 0.32% | 0.79% | - |
| XYZ | 46.13 | 54.61 | 31.78 | - |
| YUV | 190.11 | 98.03 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 137 | 0.07 | 0 | 0.32 | 0.21 | 73.85 | 0.38 | 0.66 |
| Hex | BB | CA | 89 | 7 | 0 | 20 | 15 | 4A | 26 | 42 |
| Octal | 273 | 312 | 211 | 7 | 0 | 40 | 25 | 112 | 46 | 102 |
| Binary | 10111011 | 11001010 | 10001001 | 111 | 0 | 100000 | 10101 | 1001010 | 100110 | 1000010 |
Color Harmonies of #BBCA89
Complementary color
Monochromatic Colors of #BBCA89
Black with #BBCA89
Text Example
Text Example
White with #BBCA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCA89; }
p { color: rgb(187,202,137); }
H1.HeaderClassName
{
color: #BBCA89;
}
.AnyTagClassName
{
color: #BBCA89;
}
</style>
background-color css
<style>
a { background-color: #BBCA89; }
a { background-color: rgb(187,202,137); }
div.DivClassName
{
background-color: #BBCA89;
}
.BgClassName
{
background-color: #BBCA89;
}
</style>
border-color css
<style>
span { border-color: #BBCA89; }
span { border-color: rgb(187,202,137); }
td.TdClassName
{
border-color: #BBCA89;
}
.TagClassName
{
border-color: #BBCA89;
}
</style>