Shades of Caper #BBCD83
Tints of Caper #BBCD83
RGB
CMYK
RGB Variations
Color information
#BBCD83 (or 0xBBCD83) is known color: Caper. HEX triplet: BB, CD and 83. RGB value is (187,205,131). Sum of RGB (Red+Green+Blue) = 187+205+131=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 131 (51.56% from 255 or 25.05% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCD83 is #44327C. Grayscale: #BFBFBF. Windows color (decimal): -4469373 or 8637883. OLE color: 8637883.
HSL color Cylindrical-coordinate representation of color #BBCD83: hue angle of 74.59º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBCD83 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 131 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.20 |
| HSL | 74.59º | 0.43% | 0.66% | - |
| HSV(B) | 74.59º | 0.36% | 0.8% | - |
| XYZ | 46.42 | 55.87 | 29.81 | - |
| YUV | 191.18 | 94.04 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 131 | 0.09 | 0 | 0.36 | 0.20 | 74.59 | 0.43 | 0.66 |
| Hex | BB | CD | 83 | 9 | 0 | 24 | 14 | 4B | 2B | 42 |
| Octal | 273 | 315 | 203 | 11 | 0 | 44 | 24 | 113 | 53 | 102 |
| Binary | 10111011 | 11001101 | 10000011 | 1001 | 0 | 100100 | 10100 | 1001011 | 101011 | 1000010 |
Color Harmonies of #BBCD83
Complementary color
Monochromatic Colors of #BBCD83
Black with #BBCD83
Text Example
Text Example
White with #BBCD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD83; }
p { color: rgb(187,205,131); }
H1.HeaderClassName
{
color: #BBCD83;
}
.AnyTagClassName
{
color: #BBCD83;
}
</style>
background-color css
<style>
a { background-color: #BBCD83; }
a { background-color: rgb(187,205,131); }
div.DivClassName
{
background-color: #BBCD83;
}
.BgClassName
{
background-color: #BBCD83;
}
</style>
border-color css
<style>
span { border-color: #BBCD83; }
span { border-color: rgb(187,205,131); }
td.TdClassName
{
border-color: #BBCD83;
}
.TagClassName
{
border-color: #BBCD83;
}
</style>