Shades of Beryl Green #BFC2B4
Tints of Beryl Green #BFC2B4
RGB
CMYK
RGB Variations
Color information
#BFC2B4 (or 0xBFC2B4) is known color: Beryl Green. HEX triplet: BF, C2 and B4. RGB value is (191,194,180). Sum of RGB (Red+Green+Blue) = 191+194+180=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2B4 is #403D4B. Grayscale: #BFBFBF. Windows color (decimal): -4209996 or 11846335. OLE color: 11846335.
HSL color Cylindrical-coordinate representation of color #BFC2B4: hue angle of 72.86º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFC2B4 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 180 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.24 |
| HSL | 72.86º | 0.1% | 0.73% | - |
| HSV(B) | 72.86º | 0.07% | 0.76% | - |
| XYZ | 49.02 | 52.96 | 50.82 | - |
| YUV | 191.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 180 | 0.02 | 0 | 0.07 | 0.24 | 72.86 | 0.1 | 0.73 |
| Hex | BF | C2 | B4 | 2 | 0 | 7 | 18 | 49 | A | 49 |
| Octal | 277 | 302 | 264 | 2 | 0 | 7 | 30 | 111 | 12 | 111 |
| Binary | 10111111 | 11000010 | 10110100 | 10 | 0 | 111 | 11000 | 1001001 | 1010 | 1001001 |
Color Harmonies of #BFC2B4
Complementary color
Monochromatic Colors of #BFC2B4
Black with #BFC2B4
Text Example
Text Example
White with #BFC2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2B4; }
p { color: rgb(191,194,180); }
H1.HeaderClassName
{
color: #BFC2B4;
}
.AnyTagClassName
{
color: #BFC2B4;
}
</style>
background-color css
<style>
a { background-color: #BFC2B4; }
a { background-color: rgb(191,194,180); }
div.DivClassName
{
background-color: #BFC2B4;
}
.BgClassName
{
background-color: #BFC2B4;
}
</style>
border-color css
<style>
span { border-color: #BFC2B4; }
span { border-color: rgb(191,194,180); }
td.TdClassName
{
border-color: #BFC2B4;
}
.TagClassName
{
border-color: #BFC2B4;
}
</style>