Shades of Caper #BBCC84
Tints of Caper #BBCC84
RGB
CMYK
RGB Variations
Color information
#BBCC84 (or 0xBBCC84) is known color: Caper. HEX triplet: BB, CC and 84. RGB value is (187,204,132). Sum of RGB (Red+Green+Blue) = 187+204+132=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 132 (51.95% from 255 or 25.24% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC84 is #44337B. Grayscale: #BEBEBE. Windows color (decimal): -4469628 or 8703163. OLE color: 8703163.
HSL color Cylindrical-coordinate representation of color #BBCC84: hue angle of 74.17º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBCC84 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 132 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.2 |
| HSL | 74.17º | 0.41% | 0.66% | - |
| HSV(B) | 74.17º | 0.35% | 0.8% | - |
| XYZ | 46.25 | 55.42 | 30.09 | - |
| YUV | 190.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 132 | 0.08 | 0 | 0.35 | 0.2 | 74.17 | 0.41 | 0.66 |
| Hex | BB | CC | 84 | 8 | 0 | 23 | 14 | 4A | 29 | 42 |
| Octal | 273 | 314 | 204 | 10 | 0 | 43 | 24 | 112 | 51 | 102 |
| Binary | 10111011 | 11001100 | 10000100 | 1000 | 0 | 100011 | 10100 | 1001010 | 101001 | 1000010 |
Color Harmonies of #BBCC84
Complementary color
Monochromatic Colors of #BBCC84
Black with #BBCC84
Text Example
Text Example
White with #BBCC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC84; }
p { color: rgb(187,204,132); }
H1.HeaderClassName
{
color: #BBCC84;
}
.AnyTagClassName
{
color: #BBCC84;
}
</style>
background-color css
<style>
a { background-color: #BBCC84; }
a { background-color: rgb(187,204,132); }
div.DivClassName
{
background-color: #BBCC84;
}
.BgClassName
{
background-color: #BBCC84;
}
</style>
border-color css
<style>
span { border-color: #BBCC84; }
span { border-color: rgb(187,204,132); }
td.TdClassName
{
border-color: #BBCC84;
}
.TagClassName
{
border-color: #BBCC84;
}
</style>