Shades of Beryl Green #BBC1A5
Tints of Beryl Green #BBC1A5
RGB
CMYK
RGB Variations
Color information
#BBC1A5 (or 0xBBC1A5) is known color: Beryl Green. HEX triplet: BB, C1 and A5. RGB value is (187,193,165). Sum of RGB (Red+Green+Blue) = 187+193+165=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC1A5 is #443E5A. Grayscale: #BCBCBC. Windows color (decimal): -4472411 or 10863035. OLE color: 10863035.
HSL color Cylindrical-coordinate representation of color #BBC1A5: hue angle of 72.86º degrees, saturation: 0.18, 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 #BBC1A5 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 165 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.24 |
| HSL | 72.86º | 0.18% | 0.7% | - |
| HSV(B) | 72.86º | 0.15% | 0.76% | - |
| XYZ | 46.36 | 51.42 | 43.08 | - |
| YUV | 188.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 165 | 0.03 | 0 | 0.15 | 0.24 | 72.86 | 0.18 | 0.7 |
| Hex | BB | C1 | A5 | 3 | 0 | F | 18 | 49 | 12 | 46 |
| Octal | 273 | 301 | 245 | 3 | 0 | 17 | 30 | 111 | 22 | 106 |
| Binary | 10111011 | 11000001 | 10100101 | 11 | 0 | 1111 | 11000 | 1001001 | 10010 | 1000110 |
Color Harmonies of #BBC1A5
Complementary color
Monochromatic Colors of #BBC1A5
Black with #BBC1A5
Text Example
Text Example
White with #BBC1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1A5; }
p { color: rgb(187,193,165); }
H1.HeaderClassName
{
color: #BBC1A5;
}
.AnyTagClassName
{
color: #BBC1A5;
}
</style>
background-color css
<style>
a { background-color: #BBC1A5; }
a { background-color: rgb(187,193,165); }
div.DivClassName
{
background-color: #BBC1A5;
}
.BgClassName
{
background-color: #BBC1A5;
}
</style>
border-color css
<style>
span { border-color: #BBC1A5; }
span { border-color: rgb(187,193,165); }
td.TdClassName
{
border-color: #BBC1A5;
}
.TagClassName
{
border-color: #BBC1A5;
}
</style>