Shades of Beryl Green #BBBDA4
Tints of Beryl Green #BBBDA4
RGB
CMYK
RGB Variations
Color information
#BBBDA4 (or 0xBBBDA4) is known color: Beryl Green. HEX triplet: BB, BD and A4. RGB value is (187,189,164). Sum of RGB (Red+Green+Blue) = 187+189+164=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBDA4 is #44425B. Grayscale: #B9B9B9. Windows color (decimal): -4473436 or 10796475. OLE color: 10796475.
HSL color Cylindrical-coordinate representation of color #BBBDA4: hue angle of 64.8º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBBDA4 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 164 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.26 |
| HSL | 64.8º | 0.16% | 0.69% | - |
| HSV(B) | 64.8º | 0.13% | 0.74% | - |
| XYZ | 45.39 | 49.64 | 42.31 | - |
| YUV | 185.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 164 | 0.01 | 0 | 0.13 | 0.26 | 64.8 | 0.16 | 0.69 |
| Hex | BB | BD | A4 | 1 | 0 | D | 1A | 41 | 10 | 45 |
| Octal | 273 | 275 | 244 | 1 | 0 | 15 | 32 | 101 | 20 | 105 |
| Binary | 10111011 | 10111101 | 10100100 | 1 | 0 | 1101 | 11010 | 1000001 | 10000 | 1000101 |
Color Harmonies of #BBBDA4
Complementary color
Monochromatic Colors of #BBBDA4
Black with #BBBDA4
Text Example
Text Example
White with #BBBDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBDA4; }
p { color: rgb(187,189,164); }
H1.HeaderClassName
{
color: #BBBDA4;
}
.AnyTagClassName
{
color: #BBBDA4;
}
</style>
background-color css
<style>
a { background-color: #BBBDA4; }
a { background-color: rgb(187,189,164); }
div.DivClassName
{
background-color: #BBBDA4;
}
.BgClassName
{
background-color: #BBBDA4;
}
</style>
border-color css
<style>
span { border-color: #BBBDA4; }
span { border-color: rgb(187,189,164); }
td.TdClassName
{
border-color: #BBBDA4;
}
.TagClassName
{
border-color: #BBBDA4;
}
</style>