Shades of Beryl Green #BFC2AC
Tints of Beryl Green #BFC2AC
RGB
CMYK
RGB Variations
Color information
#BFC2AC (or 0xBFC2AC) is known color: Beryl Green. HEX triplet: BF, C2 and AC. RGB value is (191,194,172). Sum of RGB (Red+Green+Blue) = 191+194+172=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC2AC is #403D53. Grayscale: #BEBEBE. Windows color (decimal): -4210004 or 11322047. OLE color: 11322047.
HSL color Cylindrical-coordinate representation of color #BFC2AC: hue angle of 68.18º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFC2AC is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 172 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.24 |
| HSL | 68.18º | 0.15% | 0.72% | - |
| HSV(B) | 68.18º | 0.11% | 0.76% | - |
| XYZ | 48.22 | 52.64 | 46.65 | - |
| YUV | 190.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 172 | 0.02 | 0 | 0.11 | 0.24 | 68.18 | 0.15 | 0.72 |
| Hex | BF | C2 | AC | 2 | 0 | B | 18 | 44 | F | 48 |
| Octal | 277 | 302 | 254 | 2 | 0 | 13 | 30 | 104 | 17 | 110 |
| Binary | 10111111 | 11000010 | 10101100 | 10 | 0 | 1011 | 11000 | 1000100 | 1111 | 1001000 |
Color Harmonies of #BFC2AC
Complementary color
Monochromatic Colors of #BFC2AC
Black with #BFC2AC
Text Example
Text Example
White with #BFC2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2AC; }
p { color: rgb(191,194,172); }
H1.HeaderClassName
{
color: #BFC2AC;
}
.AnyTagClassName
{
color: #BFC2AC;
}
</style>
background-color css
<style>
a { background-color: #BFC2AC; }
a { background-color: rgb(191,194,172); }
div.DivClassName
{
background-color: #BFC2AC;
}
.BgClassName
{
background-color: #BFC2AC;
}
</style>
border-color css
<style>
span { border-color: #BFC2AC; }
span { border-color: rgb(191,194,172); }
td.TdClassName
{
border-color: #BFC2AC;
}
.TagClassName
{
border-color: #BFC2AC;
}
</style>