Shades of Beryl Green #BFC2AA
Tints of Beryl Green #BFC2AA
RGB
CMYK
RGB Variations
Color information
#BFC2AA (or 0xBFC2AA) is known color: Beryl Green. HEX triplet: BF, C2 and AA. RGB value is (191,194,170). Sum of RGB (Red+Green+Blue) = 191+194+170=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC2AA is #403D55. Grayscale: #BEBEBE. Windows color (decimal): -4210006 or 11190975. OLE color: 11190975.
HSL color Cylindrical-coordinate representation of color #BFC2AA: hue angle of 67.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFC2AA is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 170 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.24 |
| HSL | 67.5º | 0.16% | 0.71% | - |
| HSV(B) | 67.5º | 0.12% | 0.76% | - |
| XYZ | 48.03 | 52.56 | 45.64 | - |
| YUV | 190.37 | 116.51 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 170 | 0.02 | 0 | 0.12 | 0.24 | 67.5 | 0.16 | 0.71 |
| Hex | BF | C2 | AA | 2 | 0 | C | 18 | 44 | 10 | 47 |
| Octal | 277 | 302 | 252 | 2 | 0 | 14 | 30 | 104 | 20 | 107 |
| Binary | 10111111 | 11000010 | 10101010 | 10 | 0 | 1100 | 11000 | 1000100 | 10000 | 1000111 |
Color Harmonies of #BFC2AA
Complementary color
Monochromatic Colors of #BFC2AA
Black with #BFC2AA
Text Example
Text Example
White with #BFC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2AA; }
p { color: rgb(191,194,170); }
H1.HeaderClassName
{
color: #BFC2AA;
}
.AnyTagClassName
{
color: #BFC2AA;
}
</style>
background-color css
<style>
a { background-color: #BFC2AA; }
a { background-color: rgb(191,194,170); }
div.DivClassName
{
background-color: #BFC2AA;
}
.BgClassName
{
background-color: #BFC2AA;
}
</style>
border-color css
<style>
span { border-color: #BFC2AA; }
span { border-color: rgb(191,194,170); }
td.TdClassName
{
border-color: #BFC2AA;
}
.TagClassName
{
border-color: #BFC2AA;
}
</style>