Shades of Beryl Green #BBC2A7
Tints of Beryl Green #BBC2A7
RGB
CMYK
RGB Variations
Color information
#BBC2A7 (or 0xBBC2A7) is known color: Beryl Green. HEX triplet: BB, C2 and A7. RGB value is (187,194,167). Sum of RGB (Red+Green+Blue) = 187+194+167=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC2A7 is #443D58. Grayscale: #BCBCBC. Windows color (decimal): -4472153 or 10994363. OLE color: 10994363.
HSL color Cylindrical-coordinate representation of color #BBC2A7: hue angle of 75.56º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBC2A7 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 167 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.24 |
| HSL | 75.56º | 0.18% | 0.71% | - |
| HSV(B) | 75.56º | 0.14% | 0.76% | - |
| XYZ | 46.76 | 51.94 | 44.12 | - |
| YUV | 188.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 167 | 0.04 | 0 | 0.14 | 0.24 | 75.56 | 0.18 | 0.71 |
| Hex | BB | C2 | A7 | 4 | 0 | E | 18 | 4C | 12 | 47 |
| Octal | 273 | 302 | 247 | 4 | 0 | 16 | 30 | 114 | 22 | 107 |
| Binary | 10111011 | 11000010 | 10100111 | 100 | 0 | 1110 | 11000 | 1001100 | 10010 | 1000111 |
Color Harmonies of #BBC2A7
Complementary color
Monochromatic Colors of #BBC2A7
Black with #BBC2A7
Text Example
Text Example
White with #BBC2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2A7; }
p { color: rgb(187,194,167); }
H1.HeaderClassName
{
color: #BBC2A7;
}
.AnyTagClassName
{
color: #BBC2A7;
}
</style>
background-color css
<style>
a { background-color: #BBC2A7; }
a { background-color: rgb(187,194,167); }
div.DivClassName
{
background-color: #BBC2A7;
}
.BgClassName
{
background-color: #BBC2A7;
}
</style>
border-color css
<style>
span { border-color: #BBC2A7; }
span { border-color: rgb(187,194,167); }
td.TdClassName
{
border-color: #BBC2A7;
}
.TagClassName
{
border-color: #BBC2A7;
}
</style>