Shades of Caper #BBC88C
Tints of Caper #BBC88C
RGB
CMYK
RGB Variations
Color information
#BBC88C (or 0xBBC88C) is known color: Caper. HEX triplet: BB, C8 and 8C. RGB value is (187,200,140). Sum of RGB (Red+Green+Blue) = 187+200+140=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC88C is #443773. Grayscale: #BDBDBD. Windows color (decimal): -4470644 or 9226427. OLE color: 9226427.
HSL color Cylindrical-coordinate representation of color #BBC88C: hue angle of 73º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBC88C is Cyan = 0.06, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 140 | - |
| CMYK | 0.06 | 0 | 0.3 | 0.22 |
| HSL | 73º | 0.35% | 0.67% | - |
| HSV(B) | 73º | 0.3% | 0.78% | - |
| XYZ | 45.88 | 53.77 | 32.77 | - |
| YUV | 189.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 140 | 0.06 | 0 | 0.3 | 0.22 | 73 | 0.35 | 0.67 |
| Hex | BB | C8 | 8C | 6 | 0 | 1E | 16 | 49 | 23 | 43 |
| Octal | 273 | 310 | 214 | 6 | 0 | 36 | 26 | 111 | 43 | 103 |
| Binary | 10111011 | 11001000 | 10001100 | 110 | 0 | 11110 | 10110 | 1001001 | 100011 | 1000011 |
Color Harmonies of #BBC88C
Complementary color
Monochromatic Colors of #BBC88C
Black with #BBC88C
Text Example
Text Example
White with #BBC88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC88C; }
p { color: rgb(187,200,140); }
H1.HeaderClassName
{
color: #BBC88C;
}
.AnyTagClassName
{
color: #BBC88C;
}
</style>
background-color css
<style>
a { background-color: #BBC88C; }
a { background-color: rgb(187,200,140); }
div.DivClassName
{
background-color: #BBC88C;
}
.BgClassName
{
background-color: #BBC88C;
}
</style>
border-color css
<style>
span { border-color: #BBC88C; }
span { border-color: rgb(187,200,140); }
td.TdClassName
{
border-color: #BBC88C;
}
.TagClassName
{
border-color: #BBC88C;
}
</style>