Shades of Caper #BBCB8A
Tints of Caper #BBCB8A
RGB
CMYK
RGB Variations
Color information
#BBCB8A (or 0xBBCB8A) is known color: Caper. HEX triplet: BB, CB and 8A. RGB value is (187,203,138). Sum of RGB (Red+Green+Blue) = 187+203+138=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB8A is #443475. Grayscale: #BFBFBF. Windows color (decimal): -4469878 or 9096123. OLE color: 9096123.
HSL color Cylindrical-coordinate representation of color #BBCB8A: hue angle of 74.77º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBCB8A is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 138 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.20 |
| HSL | 74.77º | 0.38% | 0.67% | - |
| HSV(B) | 74.77º | 0.32% | 0.8% | - |
| XYZ | 46.44 | 55.11 | 32.23 | - |
| YUV | 190.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 138 | 0.08 | 0 | 0.32 | 0.20 | 74.77 | 0.38 | 0.67 |
| Hex | BB | CB | 8A | 8 | 0 | 20 | 14 | 4B | 26 | 43 |
| Octal | 273 | 313 | 212 | 10 | 0 | 40 | 24 | 113 | 46 | 103 |
| Binary | 10111011 | 11001011 | 10001010 | 1000 | 0 | 100000 | 10100 | 1001011 | 100110 | 1000011 |
Color Harmonies of #BBCB8A
Complementary color
Monochromatic Colors of #BBCB8A
Black with #BBCB8A
Text Example
Text Example
White with #BBCB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB8A; }
p { color: rgb(187,203,138); }
H1.HeaderClassName
{
color: #BBCB8A;
}
.AnyTagClassName
{
color: #BBCB8A;
}
</style>
background-color css
<style>
a { background-color: #BBCB8A; }
a { background-color: rgb(187,203,138); }
div.DivClassName
{
background-color: #BBCB8A;
}
.BgClassName
{
background-color: #BBCB8A;
}
</style>
border-color css
<style>
span { border-color: #BBCB8A; }
span { border-color: rgb(187,203,138); }
td.TdClassName
{
border-color: #BBCB8A;
}
.TagClassName
{
border-color: #BBCB8A;
}
</style>