Shades of Beryl Green #BDBFB7
Tints of Beryl Green #BDBFB7
RGB
CMYK
RGB Variations
Color information
#BDBFB7 (or 0xBDBFB7) is known color: Beryl Green. HEX triplet: BD, BF and B7. RGB value is (189,191,183). Sum of RGB (Red+Green+Blue) = 189+191+183=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFB7 is #424048. Grayscale: #BDBDBD. Windows color (decimal): -4341833 or 12042173. OLE color: 12042173.
HSL color Cylindrical-coordinate representation of color #BDBFB7: hue angle of 75º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDBFB7 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
RGB | 189 | 191 | 183 | - |
CMYK | 0.01 | 0 | 0.04 | 0.25 |
HSL | 75º | 0.06% | 0.73% | - |
HSV(B) | 75º | 0.04% | 0.75% | - |
XYZ | 48.16 | 51.5 | 52.2 | - |
YUV | 189.49 | 124.34 | 127.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 191 | 183 | 0.01 | 0 | 0.04 | 0.25 | 75 | 0.06 | 0.73 |
Hex | BD | BF | B7 | 1 | 0 | 4 | 19 | 4B | 6 | 49 |
Octal | 275 | 277 | 267 | 1 | 0 | 4 | 31 | 113 | 6 | 111 |
Binary | 10111101 | 10111111 | 10110111 | 1 | 0 | 100 | 11001 | 1001011 | 110 | 1001001 |
Color Harmonies of #BDBFB7
Complementary color
Monochromatic Colors of #BDBFB7
Black with #BDBFB7
Text Example
Text Example
White with #BDBFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFB7; }
p { color: rgb(189,191,183); }
H1.HeaderClassName
{
color: #BDBFB7;
}
.AnyTagClassName
{
color: #BDBFB7;
}
</style>
background-color css
<style>
a { background-color: #BDBFB7; }
a { background-color: rgb(189,191,183); }
div.DivClassName
{
background-color: #BDBFB7;
}
.BgClassName
{
background-color: #BDBFB7;
}
</style>
border-color css
<style>
span { border-color: #BDBFB7; }
span { border-color: rgb(189,191,183); }
td.TdClassName
{
border-color: #BDBFB7;
}
.TagClassName
{
border-color: #BDBFB7;
}
</style>