Shades of Beryl Green #BCBFAF
Tints of Beryl Green #BCBFAF
RGB
CMYK
RGB Variations
Color information
#BCBFAF (or 0xBCBFAF) is known color: Beryl Green. HEX triplet: BC, BF and AF. RGB value is (188,191,175). Sum of RGB (Red+Green+Blue) = 188+191+175=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBFAF is #434050. Grayscale: #BCBCBC. Windows color (decimal): -4407377 or 11517884. OLE color: 11517884.
HSL color Cylindrical-coordinate representation of color #BCBFAF: hue angle of 71.25º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCBFAF is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 175 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.25 |
| HSL | 71.25º | 0.11% | 0.72% | - |
| HSV(B) | 71.25º | 0.08% | 0.75% | - |
| XYZ | 47.11 | 51.05 | 47.93 | - |
| YUV | 188.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 175 | 0.02 | 0 | 0.08 | 0.25 | 71.25 | 0.11 | 0.72 |
| Hex | BC | BF | AF | 2 | 0 | 8 | 19 | 47 | B | 48 |
| Octal | 274 | 277 | 257 | 2 | 0 | 10 | 31 | 107 | 13 | 110 |
| Binary | 10111100 | 10111111 | 10101111 | 10 | 0 | 1000 | 11001 | 1000111 | 1011 | 1001000 |
Color Harmonies of #BCBFAF
Complementary color
Monochromatic Colors of #BCBFAF
Black with #BCBFAF
Text Example
Text Example
White with #BCBFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFAF; }
p { color: rgb(188,191,175); }
H1.HeaderClassName
{
color: #BCBFAF;
}
.AnyTagClassName
{
color: #BCBFAF;
}
</style>
background-color css
<style>
a { background-color: #BCBFAF; }
a { background-color: rgb(188,191,175); }
div.DivClassName
{
background-color: #BCBFAF;
}
.BgClassName
{
background-color: #BCBFAF;
}
</style>
border-color css
<style>
span { border-color: #BCBFAF; }
span { border-color: rgb(188,191,175); }
td.TdClassName
{
border-color: #BCBFAF;
}
.TagClassName
{
border-color: #BCBFAF;
}
</style>