Shades of Beryl Green #BBC2A4
Tints of Beryl Green #BBC2A4
RGB
CMYK
RGB Variations
Color information
#BBC2A4 (or 0xBBC2A4) is known color: Beryl Green. HEX triplet: BB, C2 and A4. RGB value is (187,194,164). Sum of RGB (Red+Green+Blue) = 187+194+164=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC2A4 is #443D5B. Grayscale: #BCBCBC. Windows color (decimal): -4472156 or 10797755. OLE color: 10797755.
HSL color Cylindrical-coordinate representation of color #BBC2A4: hue angle of 74º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBC2A4 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 164 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.24 |
| HSL | 74º | 0.2% | 0.7% | - |
| HSV(B) | 74º | 0.15% | 0.76% | - |
| XYZ | 46.49 | 51.83 | 42.68 | - |
| YUV | 188.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 164 | 0.04 | 0 | 0.15 | 0.24 | 74 | 0.2 | 0.7 |
| Hex | BB | C2 | A4 | 4 | 0 | F | 18 | 4A | 14 | 46 |
| Octal | 273 | 302 | 244 | 4 | 0 | 17 | 30 | 112 | 24 | 106 |
| Binary | 10111011 | 11000010 | 10100100 | 100 | 0 | 1111 | 11000 | 1001010 | 10100 | 1000110 |
Color Harmonies of #BBC2A4
Complementary color
Monochromatic Colors of #BBC2A4
Black with #BBC2A4
Text Example
Text Example
White with #BBC2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2A4; }
p { color: rgb(187,194,164); }
H1.HeaderClassName
{
color: #BBC2A4;
}
.AnyTagClassName
{
color: #BBC2A4;
}
</style>
background-color css
<style>
a { background-color: #BBC2A4; }
a { background-color: rgb(187,194,164); }
div.DivClassName
{
background-color: #BBC2A4;
}
.BgClassName
{
background-color: #BBC2A4;
}
</style>
border-color css
<style>
span { border-color: #BBC2A4; }
span { border-color: rgb(187,194,164); }
td.TdClassName
{
border-color: #BBC2A4;
}
.TagClassName
{
border-color: #BBC2A4;
}
</style>