Shades of Beryl Green #BDC0B2
Tints of Beryl Green #BDC0B2
RGB
CMYK
RGB Variations
Color information
#BDC0B2 (or 0xBDC0B2) is known color: Beryl Green. HEX triplet: BD, C0 and B2. RGB value is (189,192,178). Sum of RGB (Red+Green+Blue) = 189+192+178=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC0B2 is #423F4D. Grayscale: #BDBDBD. Windows color (decimal): -4341582 or 11714749. OLE color: 11714749.
HSL color Cylindrical-coordinate representation of color #BDC0B2: hue angle of 72.86º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC0B2 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 178 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.25 |
| HSL | 72.86º | 0.1% | 0.73% | - |
| HSV(B) | 72.86º | 0.07% | 0.75% | - |
| XYZ | 47.87 | 51.73 | 49.58 | - |
| YUV | 189.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 178 | 0.02 | 0 | 0.07 | 0.25 | 72.86 | 0.1 | 0.73 |
| Hex | BD | C0 | B2 | 2 | 0 | 7 | 19 | 49 | A | 49 |
| Octal | 275 | 300 | 262 | 2 | 0 | 7 | 31 | 111 | 12 | 111 |
| Binary | 10111101 | 11000000 | 10110010 | 10 | 0 | 111 | 11001 | 1001001 | 1010 | 1001001 |
Color Harmonies of #BDC0B2
Complementary color
Monochromatic Colors of #BDC0B2
Black with #BDC0B2
Text Example
Text Example
White with #BDC0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0B2; }
p { color: rgb(189,192,178); }
H1.HeaderClassName
{
color: #BDC0B2;
}
.AnyTagClassName
{
color: #BDC0B2;
}
</style>
background-color css
<style>
a { background-color: #BDC0B2; }
a { background-color: rgb(189,192,178); }
div.DivClassName
{
background-color: #BDC0B2;
}
.BgClassName
{
background-color: #BDC0B2;
}
</style>
border-color css
<style>
span { border-color: #BDC0B2; }
span { border-color: rgb(189,192,178); }
td.TdClassName
{
border-color: #BDC0B2;
}
.TagClassName
{
border-color: #BDC0B2;
}
</style>