Shades of Caper #BBCB83
Tints of Caper #BBCB83
RGB
CMYK
RGB Variations
Color information
#BBCB83 (or 0xBBCB83) is known color: Caper. HEX triplet: BB, CB and 83. RGB value is (187,203,131). Sum of RGB (Red+Green+Blue) = 187+203+131=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB83 is #44347C. Grayscale: #BEBEBE. Windows color (decimal): -4469885 or 8637371. OLE color: 8637371.
HSL color Cylindrical-coordinate representation of color #BBCB83: hue angle of 73.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBCB83 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 131 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.20 |
| HSL | 73.33º | 0.41% | 0.65% | - |
| HSV(B) | 73.33º | 0.35% | 0.8% | - |
| XYZ | 45.95 | 54.92 | 29.65 | - |
| YUV | 190.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 131 | 0.08 | 0 | 0.35 | 0.20 | 73.33 | 0.41 | 0.65 |
| Hex | BB | CB | 83 | 8 | 0 | 23 | 14 | 49 | 29 | 41 |
| Octal | 273 | 313 | 203 | 10 | 0 | 43 | 24 | 111 | 51 | 101 |
| Binary | 10111011 | 11001011 | 10000011 | 1000 | 0 | 100011 | 10100 | 1001001 | 101001 | 1000001 |
Color Harmonies of #BBCB83
Complementary color
Monochromatic Colors of #BBCB83
Black with #BBCB83
Text Example
Text Example
White with #BBCB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB83; }
p { color: rgb(187,203,131); }
H1.HeaderClassName
{
color: #BBCB83;
}
.AnyTagClassName
{
color: #BBCB83;
}
</style>
background-color css
<style>
a { background-color: #BBCB83; }
a { background-color: rgb(187,203,131); }
div.DivClassName
{
background-color: #BBCB83;
}
.BgClassName
{
background-color: #BBCB83;
}
</style>
border-color css
<style>
span { border-color: #BBCB83; }
span { border-color: rgb(187,203,131); }
td.TdClassName
{
border-color: #BBCB83;
}
.TagClassName
{
border-color: #BBCB83;
}
</style>