Shades of Caper #BBCE85
Tints of Caper #BBCE85
RGB
CMYK
RGB Variations
Color information
#BBCE85 (or 0xBBCE85) is known color: Caper. HEX triplet: BB, CE and 85. RGB value is (187,206,133). Sum of RGB (Red+Green+Blue) = 187+206+133=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCE85 is #44317A. Grayscale: #C0C0C0. Windows color (decimal): -4469115 or 8769211. OLE color: 8769211.
HSL color Cylindrical-coordinate representation of color #BBCE85: hue angle of 75.62º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBCE85 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 133 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.19 |
| HSL | 75.62º | 0.43% | 0.66% | - |
| HSV(B) | 75.62º | 0.35% | 0.81% | - |
| XYZ | 46.8 | 56.4 | 30.61 | - |
| YUV | 192 | 94.71 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 133 | 0.09 | 0 | 0.35 | 0.19 | 75.62 | 0.43 | 0.66 |
| Hex | BB | CE | 85 | 9 | 0 | 23 | 13 | 4C | 2B | 42 |
| Octal | 273 | 316 | 205 | 11 | 0 | 43 | 23 | 114 | 53 | 102 |
| Binary | 10111011 | 11001110 | 10000101 | 1001 | 0 | 100011 | 10011 | 1001100 | 101011 | 1000010 |
Color Harmonies of #BBCE85
Complementary color
Monochromatic Colors of #BBCE85
Black with #BBCE85
Text Example
Text Example
White with #BBCE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE85; }
p { color: rgb(187,206,133); }
H1.HeaderClassName
{
color: #BBCE85;
}
.AnyTagClassName
{
color: #BBCE85;
}
</style>
background-color css
<style>
a { background-color: #BBCE85; }
a { background-color: rgb(187,206,133); }
div.DivClassName
{
background-color: #BBCE85;
}
.BgClassName
{
background-color: #BBCE85;
}
</style>
border-color css
<style>
span { border-color: #BBCE85; }
span { border-color: rgb(187,206,133); }
td.TdClassName
{
border-color: #BBCE85;
}
.TagClassName
{
border-color: #BBCE85;
}
</style>