Shades of Beryl Green #BFC3A3
Tints of Beryl Green #BFC3A3
RGB
CMYK
RGB Variations
Color information
#BFC3A3 (or 0xBFC3A3) is known color: Beryl Green. HEX triplet: BF, C3 and A3. RGB value is (191,195,163). Sum of RGB (Red+Green+Blue) = 191+195+163=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 163 (64.06% from 255 or 29.69% from 549); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC3A3 is #403C5C. Grayscale: #BEBEBE. Windows color (decimal): -4209757 or 10732479. OLE color: 10732479.
HSL color Cylindrical-coordinate representation of color #BFC3A3: hue angle of 67.5º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFC3A3 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 163 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.24 |
| HSL | 67.5º | 0.21% | 0.7% | - |
| HSV(B) | 67.5º | 0.16% | 0.76% | - |
| XYZ | 47.61 | 52.75 | 42.32 | - |
| YUV | 190.16 | 112.67 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 163 | 0.02 | 0 | 0.16 | 0.24 | 67.5 | 0.21 | 0.7 |
| Hex | BF | C3 | A3 | 2 | 0 | 10 | 18 | 44 | 15 | 46 |
| Octal | 277 | 303 | 243 | 2 | 0 | 20 | 30 | 104 | 25 | 106 |
| Binary | 10111111 | 11000011 | 10100011 | 10 | 0 | 10000 | 11000 | 1000100 | 10101 | 1000110 |
Color Harmonies of #BFC3A3
Complementary color
Monochromatic Colors of #BFC3A3
Black with #BFC3A3
Text Example
Text Example
White with #BFC3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3A3; }
p { color: rgb(191,195,163); }
H1.HeaderClassName
{
color: #BFC3A3;
}
.AnyTagClassName
{
color: #BFC3A3;
}
</style>
background-color css
<style>
a { background-color: #BFC3A3; }
a { background-color: rgb(191,195,163); }
div.DivClassName
{
background-color: #BFC3A3;
}
.BgClassName
{
background-color: #BFC3A3;
}
</style>
border-color css
<style>
span { border-color: #BFC3A3; }
span { border-color: rgb(191,195,163); }
td.TdClassName
{
border-color: #BFC3A3;
}
.TagClassName
{
border-color: #BFC3A3;
}
</style>