Shades of Beryl Green #BBBFA7
Tints of Beryl Green #BBBFA7
RGB
CMYK
RGB Variations
Color information
#BBBFA7 (or 0xBBBFA7) is known color: Beryl Green. HEX triplet: BB, BF and A7. RGB value is (187,191,167). Sum of RGB (Red+Green+Blue) = 187+191+167=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 167 (65.62% from 255 or 30.64% from 545); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBFA7 is #444058. Grayscale: #BBBBBB. Windows color (decimal): -4472921 or 10993595. OLE color: 10993595.
HSL color Cylindrical-coordinate representation of color #BBBFA7: hue angle of 70º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBBFA7 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 191 | 167 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.25 |
| HSL | 70º | 0.16% | 0.7% | - |
| HSV(B) | 70º | 0.13% | 0.75% | - |
| XYZ | 46.1 | 50.62 | 43.9 | - |
| YUV | 187.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 167 | 0.02 | 0 | 0.13 | 0.25 | 70 | 0.16 | 0.7 |
| Hex | BB | BF | A7 | 2 | 0 | D | 19 | 46 | 10 | 46 |
| Octal | 273 | 277 | 247 | 2 | 0 | 15 | 31 | 106 | 20 | 106 |
| Binary | 10111011 | 10111111 | 10100111 | 10 | 0 | 1101 | 11001 | 1000110 | 10000 | 1000110 |
Color Harmonies of #BBBFA7
Complementary color
Monochromatic Colors of #BBBFA7
Black with #BBBFA7
Text Example
Text Example
White with #BBBFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFA7; }
p { color: rgb(187,191,167); }
H1.HeaderClassName
{
color: #BBBFA7;
}
.AnyTagClassName
{
color: #BBBFA7;
}
</style>
background-color css
<style>
a { background-color: #BBBFA7; }
a { background-color: rgb(187,191,167); }
div.DivClassName
{
background-color: #BBBFA7;
}
.BgClassName
{
background-color: #BBBFA7;
}
</style>
border-color css
<style>
span { border-color: #BBBFA7; }
span { border-color: rgb(187,191,167); }
td.TdClassName
{
border-color: #BBBFA7;
}
.TagClassName
{
border-color: #BBBFA7;
}
</style>