Shades of Beryl Green #BBC0A8
Tints of Beryl Green #BBC0A8
RGB
CMYK
RGB Variations
Color information
#BBC0A8 (or 0xBBC0A8) is known color: Beryl Green. HEX triplet: BB, C0 and A8. RGB value is (187,192,168). Sum of RGB (Red+Green+Blue) = 187+192+168=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC0A8 is #443F57. Grayscale: #BBBBBB. Windows color (decimal): -4472664 or 11059387. OLE color: 11059387.
HSL color Cylindrical-coordinate representation of color #BBC0A8: hue angle of 72.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC0A8 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 168 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.25 |
| HSL | 72.5º | 0.16% | 0.71% | - |
| HSV(B) | 72.5º | 0.13% | 0.75% | - |
| XYZ | 46.41 | 51.09 | 44.46 | - |
| YUV | 187.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 168 | 0.03 | 0 | 0.12 | 0.25 | 72.5 | 0.16 | 0.71 |
| Hex | BB | C0 | A8 | 3 | 0 | C | 19 | 48 | 10 | 47 |
| Octal | 273 | 300 | 250 | 3 | 0 | 14 | 31 | 110 | 20 | 107 |
| Binary | 10111011 | 11000000 | 10101000 | 11 | 0 | 1100 | 11001 | 1001000 | 10000 | 1000111 |
Color Harmonies of #BBC0A8
Complementary color
Monochromatic Colors of #BBC0A8
Black with #BBC0A8
Text Example
Text Example
White with #BBC0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0A8; }
p { color: rgb(187,192,168); }
H1.HeaderClassName
{
color: #BBC0A8;
}
.AnyTagClassName
{
color: #BBC0A8;
}
</style>
background-color css
<style>
a { background-color: #BBC0A8; }
a { background-color: rgb(187,192,168); }
div.DivClassName
{
background-color: #BBC0A8;
}
.BgClassName
{
background-color: #BBC0A8;
}
</style>
border-color css
<style>
span { border-color: #BBC0A8; }
span { border-color: rgb(187,192,168); }
td.TdClassName
{
border-color: #BBC0A8;
}
.TagClassName
{
border-color: #BBC0A8;
}
</style>