Shades of Caper #BBCC7D
Tints of Caper #BBCC7D
RGB
CMYK
RGB Variations
Color information
#BBCC7D (or 0xBBCC7D) is known color: Caper. HEX triplet: BB, CC and 7D. RGB value is (187,204,125). Sum of RGB (Red+Green+Blue) = 187+204+125=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC7D is #443382. Grayscale: #BEBEBE. Windows color (decimal): -4469635 or 8244411. OLE color: 8244411.
HSL color Cylindrical-coordinate representation of color #BBCC7D: hue angle of 72.91º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBCC7D is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 125 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.2 |
| HSL | 72.91º | 0.44% | 0.65% | - |
| HSV(B) | 72.91º | 0.39% | 0.8% | - |
| XYZ | 45.79 | 55.23 | 27.65 | - |
| YUV | 189.91 | 91.37 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 125 | 0.08 | 0 | 0.39 | 0.2 | 72.91 | 0.44 | 0.65 |
| Hex | BB | CC | 7D | 8 | 0 | 27 | 14 | 49 | 2C | 41 |
| Octal | 273 | 314 | 175 | 10 | 0 | 47 | 24 | 111 | 54 | 101 |
| Binary | 10111011 | 11001100 | 1111101 | 1000 | 0 | 100111 | 10100 | 1001001 | 101100 | 1000001 |
Color Harmonies of #BBCC7D
Complementary color
Monochromatic Colors of #BBCC7D
Black with #BBCC7D
Text Example
Text Example
White with #BBCC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC7D; }
p { color: rgb(187,204,125); }
H1.HeaderClassName
{
color: #BBCC7D;
}
.AnyTagClassName
{
color: #BBCC7D;
}
</style>
background-color css
<style>
a { background-color: #BBCC7D; }
a { background-color: rgb(187,204,125); }
div.DivClassName
{
background-color: #BBCC7D;
}
.BgClassName
{
background-color: #BBCC7D;
}
</style>
border-color css
<style>
span { border-color: #BBCC7D; }
span { border-color: rgb(187,204,125); }
td.TdClassName
{
border-color: #BBCC7D;
}
.TagClassName
{
border-color: #BBCC7D;
}
</style>