Shades of Caper #BBCE8B
Tints of Caper #BBCE8B
RGB
CMYK
RGB Variations
Color information
#BBCE8B (or 0xBBCE8B) is known color: Caper. HEX triplet: BB, CE and 8B. RGB value is (187,206,139). Sum of RGB (Red+Green+Blue) = 187+206+139=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCE8B is #443174. Grayscale: #C0C0C0. Windows color (decimal): -4469109 or 9162427. OLE color: 9162427.
HSL color Cylindrical-coordinate representation of color #BBCE8B: hue angle of 77.01º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBCE8B is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 139 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.19 |
| HSL | 77.01º | 0.41% | 0.68% | - |
| HSV(B) | 77.01º | 0.33% | 0.81% | - |
| XYZ | 47.23 | 56.57 | 32.86 | - |
| YUV | 192.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 139 | 0.09 | 0 | 0.33 | 0.19 | 77.01 | 0.41 | 0.68 |
| Hex | BB | CE | 8B | 9 | 0 | 21 | 13 | 4D | 29 | 44 |
| Octal | 273 | 316 | 213 | 11 | 0 | 41 | 23 | 115 | 51 | 104 |
| Binary | 10111011 | 11001110 | 10001011 | 1001 | 0 | 100001 | 10011 | 1001101 | 101001 | 1000100 |
Color Harmonies of #BBCE8B
Complementary color
Monochromatic Colors of #BBCE8B
Black with #BBCE8B
Text Example
Text Example
White with #BBCE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE8B; }
p { color: rgb(187,206,139); }
H1.HeaderClassName
{
color: #BBCE8B;
}
.AnyTagClassName
{
color: #BBCE8B;
}
</style>
background-color css
<style>
a { background-color: #BBCE8B; }
a { background-color: rgb(187,206,139); }
div.DivClassName
{
background-color: #BBCE8B;
}
.BgClassName
{
background-color: #BBCE8B;
}
</style>
border-color css
<style>
span { border-color: #BBCE8B; }
span { border-color: rgb(187,206,139); }
td.TdClassName
{
border-color: #BBCE8B;
}
.TagClassName
{
border-color: #BBCE8B;
}
</style>