Shades of Beryl Green #BDC0B4
Tints of Beryl Green #BDC0B4
RGB
CMYK
RGB Variations
Color information
#BDC0B4 (or 0xBDC0B4) is known color: Beryl Green. HEX triplet: BD, C0 and B4. RGB value is (189,192,180). Sum of RGB (Red+Green+Blue) = 189+192+180=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0B4 is #423F4B. Grayscale: #BDBDBD. Windows color (decimal): -4341580 or 11845821. OLE color: 11845821.
HSL color Cylindrical-coordinate representation of color #BDC0B4: hue angle of 75º 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 #BDC0B4 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 180 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.25 |
| HSL | 75º | 0.09% | 0.73% | - |
| HSV(B) | 75º | 0.06% | 0.75% | - |
| XYZ | 48.07 | 51.81 | 50.65 | - |
| YUV | 189.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 180 | 0.02 | 0 | 0.06 | 0.25 | 75 | 0.09 | 0.73 |
| Hex | BD | C0 | B4 | 2 | 0 | 6 | 19 | 4B | 9 | 49 |
| Octal | 275 | 300 | 264 | 2 | 0 | 6 | 31 | 113 | 11 | 111 |
| Binary | 10111101 | 11000000 | 10110100 | 10 | 0 | 110 | 11001 | 1001011 | 1001 | 1001001 |
Color Harmonies of #BDC0B4
Complementary color
Monochromatic Colors of #BDC0B4
Black with #BDC0B4
Text Example
Text Example
White with #BDC0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0B4; }
p { color: rgb(189,192,180); }
H1.HeaderClassName
{
color: #BDC0B4;
}
.AnyTagClassName
{
color: #BDC0B4;
}
</style>
background-color css
<style>
a { background-color: #BDC0B4; }
a { background-color: rgb(189,192,180); }
div.DivClassName
{
background-color: #BDC0B4;
}
.BgClassName
{
background-color: #BDC0B4;
}
</style>
border-color css
<style>
span { border-color: #BDC0B4; }
span { border-color: rgb(189,192,180); }
td.TdClassName
{
border-color: #BDC0B4;
}
.TagClassName
{
border-color: #BDC0B4;
}
</style>