Shades of Beryl Green #BBBDB5
Tints of Beryl Green #BBBDB5
RGB
CMYK
RGB Variations
Color information
#BBBDB5 (or 0xBBBDB5) is known color: Beryl Green. HEX triplet: BB, BD and B5. RGB value is (187,189,181). Sum of RGB (Red+Green+Blue) = 187+189+181=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDB5 is #44424A. Grayscale: #BBBBBB. Windows color (decimal): -4473419 or 11910587. OLE color: 11910587.
HSL color Cylindrical-coordinate representation of color #BBBDB5: hue angle of 75º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBBDB5 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 181 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.26 |
| HSL | 75º | 0.06% | 0.73% | - |
| HSV(B) | 75º | 0.04% | 0.74% | - |
| XYZ | 47.03 | 50.3 | 50.95 | - |
| YUV | 187.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 181 | 0.01 | 0 | 0.04 | 0.26 | 75 | 0.06 | 0.73 |
| Hex | BB | BD | B5 | 1 | 0 | 4 | 1A | 4B | 6 | 49 |
| Octal | 273 | 275 | 265 | 1 | 0 | 4 | 32 | 113 | 6 | 111 |
| Binary | 10111011 | 10111101 | 10110101 | 1 | 0 | 100 | 11010 | 1001011 | 110 | 1001001 |
Color Harmonies of #BBBDB5
Complementary color
Monochromatic Colors of #BBBDB5
Black with #BBBDB5
Text Example
Text Example
White with #BBBDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBDB5; }
p { color: rgb(187,189,181); }
H1.HeaderClassName
{
color: #BBBDB5;
}
.AnyTagClassName
{
color: #BBBDB5;
}
</style>
background-color css
<style>
a { background-color: #BBBDB5; }
a { background-color: rgb(187,189,181); }
div.DivClassName
{
background-color: #BBBDB5;
}
.BgClassName
{
background-color: #BBBDB5;
}
</style>
border-color css
<style>
span { border-color: #BBBDB5; }
span { border-color: rgb(187,189,181); }
td.TdClassName
{
border-color: #BBBDB5;
}
.TagClassName
{
border-color: #BBBDB5;
}
</style>