Shades of Beryl Green #BFC3B2
Tints of Beryl Green #BFC3B2
RGB
CMYK
RGB Variations
Color information
#BFC3B2 (or 0xBFC3B2) is known color: Beryl Green. HEX triplet: BF, C3 and B2. RGB value is (191,195,178). Sum of RGB (Red+Green+Blue) = 191+195+178=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC3B2 is #403C4D. Grayscale: #BFBFBF. Windows color (decimal): -4209742 or 11715519. OLE color: 11715519.
HSL color Cylindrical-coordinate representation of color #BFC3B2: hue angle of 74.12º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFC3B2 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 178 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.24 |
| HSL | 74.12º | 0.12% | 0.73% | - |
| HSV(B) | 74.12º | 0.09% | 0.76% | - |
| XYZ | 49.04 | 53.32 | 49.83 | - |
| YUV | 191.87 | 120.17 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 178 | 0.02 | 0 | 0.09 | 0.24 | 74.12 | 0.12 | 0.73 |
| Hex | BF | C3 | B2 | 2 | 0 | 9 | 18 | 4A | C | 49 |
| Octal | 277 | 303 | 262 | 2 | 0 | 11 | 30 | 112 | 14 | 111 |
| Binary | 10111111 | 11000011 | 10110010 | 10 | 0 | 1001 | 11000 | 1001010 | 1100 | 1001001 |
Color Harmonies of #BFC3B2
Complementary color
Monochromatic Colors of #BFC3B2
Black with #BFC3B2
Text Example
Text Example
White with #BFC3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3B2; }
p { color: rgb(191,195,178); }
H1.HeaderClassName
{
color: #BFC3B2;
}
.AnyTagClassName
{
color: #BFC3B2;
}
</style>
background-color css
<style>
a { background-color: #BFC3B2; }
a { background-color: rgb(191,195,178); }
div.DivClassName
{
background-color: #BFC3B2;
}
.BgClassName
{
background-color: #BFC3B2;
}
</style>
border-color css
<style>
span { border-color: #BFC3B2; }
span { border-color: rgb(191,195,178); }
td.TdClassName
{
border-color: #BFC3B2;
}
.TagClassName
{
border-color: #BFC3B2;
}
</style>