Shades of Beryl Green #BBBFAC
Tints of Beryl Green #BBBFAC
RGB
CMYK
RGB Variations
Color information
#BBBFAC (or 0xBBBFAC) is known color: Beryl Green. HEX triplet: BB, BF and AC. RGB value is (187,191,172). Sum of RGB (Red+Green+Blue) = 187+191+172=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBFAC is #444053. Grayscale: #BBBBBB. Windows color (decimal): -4472916 or 11321275. OLE color: 11321275.
HSL color Cylindrical-coordinate representation of color #BBBFAC: hue angle of 72.63º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBBFAC is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 191 | 172 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.25 |
| HSL | 72.63º | 0.13% | 0.71% | - |
| HSV(B) | 72.63º | 0.1% | 0.75% | - |
| XYZ | 46.57 | 50.8 | 46.38 | - |
| YUV | 187.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 172 | 0.02 | 0 | 0.10 | 0.25 | 72.63 | 0.13 | 0.71 |
| Hex | BB | BF | AC | 2 | 0 | A | 19 | 49 | D | 47 |
| Octal | 273 | 277 | 254 | 2 | 0 | 12 | 31 | 111 | 15 | 107 |
| Binary | 10111011 | 10111111 | 10101100 | 10 | 0 | 1010 | 11001 | 1001001 | 1101 | 1000111 |
Color Harmonies of #BBBFAC
Complementary color
Monochromatic Colors of #BBBFAC
Black with #BBBFAC
Text Example
Text Example
White with #BBBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFAC; }
p { color: rgb(187,191,172); }
H1.HeaderClassName
{
color: #BBBFAC;
}
.AnyTagClassName
{
color: #BBBFAC;
}
</style>
background-color css
<style>
a { background-color: #BBBFAC; }
a { background-color: rgb(187,191,172); }
div.DivClassName
{
background-color: #BBBFAC;
}
.BgClassName
{
background-color: #BBBFAC;
}
</style>
border-color css
<style>
span { border-color: #BBBFAC; }
span { border-color: rgb(187,191,172); }
td.TdClassName
{
border-color: #BBBFAC;
}
.TagClassName
{
border-color: #BBBFAC;
}
</style>