Shades of Beryl Green #BCBDB7
Tints of Beryl Green #BCBDB7
RGB
CMYK
RGB Variations
Color information
#BCBDB7 (or 0xBCBDB7) is known color: Beryl Green. HEX triplet: BC, BD and B7. RGB value is (188,189,183). Sum of RGB (Red+Green+Blue) = 188+189+183=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDB7 is #434248. Grayscale: #BCBCBC. Windows color (decimal): -4407881 or 12041660. OLE color: 12041660.
HSL color Cylindrical-coordinate representation of color #BCBDB7: hue angle of 70º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCBDB7 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 189 | 183 | - |
CMYK | 0.01 | 0 | 0.03 | 0.26 |
HSL | 70º | 0.04% | 0.73% | - |
HSV(B) | 70º | 0.03% | 0.74% | - |
XYZ | 47.48 | 50.51 | 52.05 | - |
YUV | 188.02 | 125.17 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 189 | 183 | 0.01 | 0 | 0.03 | 0.26 | 70 | 0.04 | 0.73 |
Hex | BC | BD | B7 | 1 | 0 | 3 | 1A | 46 | 4 | 49 |
Octal | 274 | 275 | 267 | 1 | 0 | 3 | 32 | 106 | 4 | 111 |
Binary | 10111100 | 10111101 | 10110111 | 1 | 0 | 11 | 11010 | 1000110 | 100 | 1001001 |
Color Harmonies of #BCBDB7
Complementary color
Monochromatic Colors of #BCBDB7
Black with #BCBDB7
Text Example
Text Example
White with #BCBDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDB7; }
p { color: rgb(188,189,183); }
H1.HeaderClassName
{
color: #BCBDB7;
}
.AnyTagClassName
{
color: #BCBDB7;
}
</style>
background-color css
<style>
a { background-color: #BCBDB7; }
a { background-color: rgb(188,189,183); }
div.DivClassName
{
background-color: #BCBDB7;
}
.BgClassName
{
background-color: #BCBDB7;
}
</style>
border-color css
<style>
span { border-color: #BCBDB7; }
span { border-color: rgb(188,189,183); }
td.TdClassName
{
border-color: #BCBDB7;
}
.TagClassName
{
border-color: #BCBDB7;
}
</style>