Shades of Beryl Green #BFC8A0
Tints of Beryl Green #BFC8A0
RGB
CMYK
RGB Variations
Color information
#BFC8A0 (or 0xBFC8A0) is known color: Beryl Green. HEX triplet: BF, C8 and A0. RGB value is (191,200,160). Sum of RGB (Red+Green+Blue) = 191+200+160=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC8A0 is #40375F. Grayscale: #C0C0C0. Windows color (decimal): -4208480 or 10537151. OLE color: 10537151.
HSL color Cylindrical-coordinate representation of color #BFC8A0: hue angle of 73.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFC8A0 is Cyan = 0.04, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 160 | - |
| CMYK | 0.04 | 0 | 0.2 | 0.22 |
| HSL | 73.5º | 0.27% | 0.71% | - |
| HSV(B) | 73.5º | 0.2% | 0.78% | - |
| XYZ | 48.49 | 54.92 | 41.3 | - |
| YUV | 192.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 160 | 0.04 | 0 | 0.2 | 0.22 | 73.5 | 0.27 | 0.71 |
| Hex | BF | C8 | A0 | 4 | 0 | 14 | 16 | 4A | 1B | 47 |
| Octal | 277 | 310 | 240 | 4 | 0 | 24 | 26 | 112 | 33 | 107 |
| Binary | 10111111 | 11001000 | 10100000 | 100 | 0 | 10100 | 10110 | 1001010 | 11011 | 1000111 |
Color Harmonies of #BFC8A0
Complementary color
Monochromatic Colors of #BFC8A0
Black with #BFC8A0
Text Example
Text Example
White with #BFC8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8A0; }
p { color: rgb(191,200,160); }
H1.HeaderClassName
{
color: #BFC8A0;
}
.AnyTagClassName
{
color: #BFC8A0;
}
</style>
background-color css
<style>
a { background-color: #BFC8A0; }
a { background-color: rgb(191,200,160); }
div.DivClassName
{
background-color: #BFC8A0;
}
.BgClassName
{
background-color: #BFC8A0;
}
</style>
border-color css
<style>
span { border-color: #BFC8A0; }
span { border-color: rgb(191,200,160); }
td.TdClassName
{
border-color: #BFC8A0;
}
.TagClassName
{
border-color: #BFC8A0;
}
</style>