Shades of Beryl Green #BBC0A4
Tints of Beryl Green #BBC0A4
RGB
CMYK
RGB Variations
Color information
#BBC0A4 (or 0xBBC0A4) is known color: Beryl Green. HEX triplet: BB, C0 and A4. RGB value is (187,192,164). Sum of RGB (Red+Green+Blue) = 187+192+164=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC0A4 is #443F5B. Grayscale: #BBBBBB. Windows color (decimal): -4472668 or 10797243. OLE color: 10797243.
HSL color Cylindrical-coordinate representation of color #BBC0A4: hue angle of 70.71º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBC0A4 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 164 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.25 |
| HSL | 70.71º | 0.18% | 0.7% | - |
| HSV(B) | 70.71º | 0.15% | 0.75% | - |
| XYZ | 46.04 | 50.94 | 42.53 | - |
| YUV | 187.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 164 | 0.03 | 0 | 0.15 | 0.25 | 70.71 | 0.18 | 0.7 |
| Hex | BB | C0 | A4 | 3 | 0 | F | 19 | 47 | 12 | 46 |
| Octal | 273 | 300 | 244 | 3 | 0 | 17 | 31 | 107 | 22 | 106 |
| Binary | 10111011 | 11000000 | 10100100 | 11 | 0 | 1111 | 11001 | 1000111 | 10010 | 1000110 |
Color Harmonies of #BBC0A4
Complementary color
Monochromatic Colors of #BBC0A4
Black with #BBC0A4
Text Example
Text Example
White with #BBC0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0A4; }
p { color: rgb(187,192,164); }
H1.HeaderClassName
{
color: #BBC0A4;
}
.AnyTagClassName
{
color: #BBC0A4;
}
</style>
background-color css
<style>
a { background-color: #BBC0A4; }
a { background-color: rgb(187,192,164); }
div.DivClassName
{
background-color: #BBC0A4;
}
.BgClassName
{
background-color: #BBC0A4;
}
</style>
border-color css
<style>
span { border-color: #BBC0A4; }
span { border-color: rgb(187,192,164); }
td.TdClassName
{
border-color: #BBC0A4;
}
.TagClassName
{
border-color: #BBC0A4;
}
</style>