Shades of Beryl Green #BDBFB3
Tints of Beryl Green #BDBFB3
RGB
CMYK
RGB Variations
Color information
#BDBFB3 (or 0xBDBFB3) is known color: Beryl Green. HEX triplet: BD, BF and B3. RGB value is (189,191,179). Sum of RGB (Red+Green+Blue) = 189+191+179=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFB3 is #42404C. Grayscale: #BDBDBD. Windows color (decimal): -4341837 or 11780029. OLE color: 11780029.
HSL color Cylindrical-coordinate representation of color #BDBFB3: hue angle of 70º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDBFB3 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
RGB | 189 | 191 | 179 | - |
CMYK | 0.01 | 0 | 0.06 | 0.25 |
HSL | 70º | 0.09% | 0.73% | - |
HSV(B) | 70º | 0.06% | 0.75% | - |
XYZ | 47.75 | 51.34 | 50.04 | - |
YUV | 189.03 | 122.34 | 127.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 191 | 179 | 0.01 | 0 | 0.06 | 0.25 | 70 | 0.09 | 0.73 |
Hex | BD | BF | B3 | 1 | 0 | 6 | 19 | 46 | 9 | 49 |
Octal | 275 | 277 | 263 | 1 | 0 | 6 | 31 | 106 | 11 | 111 |
Binary | 10111101 | 10111111 | 10110011 | 1 | 0 | 110 | 11001 | 1000110 | 1001 | 1001001 |
Color Harmonies of #BDBFB3
Complementary color
Monochromatic Colors of #BDBFB3
Black with #BDBFB3
Text Example
Text Example
White with #BDBFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFB3; }
p { color: rgb(189,191,179); }
H1.HeaderClassName
{
color: #BDBFB3;
}
.AnyTagClassName
{
color: #BDBFB3;
}
</style>
background-color css
<style>
a { background-color: #BDBFB3; }
a { background-color: rgb(189,191,179); }
div.DivClassName
{
background-color: #BDBFB3;
}
.BgClassName
{
background-color: #BDBFB3;
}
</style>
border-color css
<style>
span { border-color: #BDBFB3; }
span { border-color: rgb(189,191,179); }
td.TdClassName
{
border-color: #BDBFB3;
}
.TagClassName
{
border-color: #BDBFB3;
}
</style>