Shades of Caper #BBD37C
Tints of Caper #BBD37C
RGB
CMYK
RGB Variations
Color information
#BBD37C (or 0xBBD37C) is known color: Caper. HEX triplet: BB, D3 and 7C. RGB value is (187,211,124). Sum of RGB (Red+Green+Blue) = 187+211+124=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD37C is #442C83. Grayscale: #C2C2C2. Windows color (decimal): -4467844 or 8180667. OLE color: 8180667.
HSL color Cylindrical-coordinate representation of color #BBD37C: hue angle of 76.55º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBD37C is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 124 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.17 |
| HSL | 76.55º | 0.5% | 0.66% | - |
| HSV(B) | 76.55º | 0.41% | 0.83% | - |
| XYZ | 47.43 | 58.61 | 27.88 | - |
| YUV | 193.91 | 88.55 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 124 | 0.11 | 0 | 0.41 | 0.17 | 76.55 | 0.5 | 0.66 |
| Hex | BB | D3 | 7C | B | 0 | 29 | 11 | 4D | 32 | 42 |
| Octal | 273 | 323 | 174 | 13 | 0 | 51 | 21 | 115 | 62 | 102 |
| Binary | 10111011 | 11010011 | 1111100 | 1011 | 0 | 101001 | 10001 | 1001101 | 110010 | 1000010 |
Color Harmonies of #BBD37C
Complementary color
Monochromatic Colors of #BBD37C
Black with #BBD37C
Text Example
Text Example
White with #BBD37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD37C; }
p { color: rgb(187,211,124); }
H1.HeaderClassName
{
color: #BBD37C;
}
.AnyTagClassName
{
color: #BBD37C;
}
</style>
background-color css
<style>
a { background-color: #BBD37C; }
a { background-color: rgb(187,211,124); }
div.DivClassName
{
background-color: #BBD37C;
}
.BgClassName
{
background-color: #BBD37C;
}
</style>
border-color css
<style>
span { border-color: #BBD37C; }
span { border-color: rgb(187,211,124); }
td.TdClassName
{
border-color: #BBD37C;
}
.TagClassName
{
border-color: #BBD37C;
}
</style>