Shades of Beryl Green #BBBDA1
Tints of Beryl Green #BBBDA1
RGB
CMYK
RGB Variations
Color information
#BBBDA1 (or 0xBBBDA1) is known color: Beryl Green. HEX triplet: BB, BD and A1. RGB value is (187,189,161). Sum of RGB (Red+Green+Blue) = 187+189+161=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBDA1 is #44425E. Grayscale: #B9B9B9. Windows color (decimal): -4473439 or 10599867. OLE color: 10599867.
HSL color Cylindrical-coordinate representation of color #BBBDA1: hue angle of 64.29º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBBDA1 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 161 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.26 |
| HSL | 64.29º | 0.18% | 0.69% | - |
| HSV(B) | 64.29º | 0.15% | 0.74% | - |
| XYZ | 45.12 | 49.53 | 40.9 | - |
| YUV | 185.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 161 | 0.01 | 0 | 0.15 | 0.26 | 64.29 | 0.18 | 0.69 |
| Hex | BB | BD | A1 | 1 | 0 | F | 1A | 40 | 12 | 45 |
| Octal | 273 | 275 | 241 | 1 | 0 | 17 | 32 | 100 | 22 | 105 |
| Binary | 10111011 | 10111101 | 10100001 | 1 | 0 | 1111 | 11010 | 1000000 | 10010 | 1000101 |
Color Harmonies of #BBBDA1
Complementary color
Monochromatic Colors of #BBBDA1
Black with #BBBDA1
Text Example
Text Example
White with #BBBDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBDA1; }
p { color: rgb(187,189,161); }
H1.HeaderClassName
{
color: #BBBDA1;
}
.AnyTagClassName
{
color: #BBBDA1;
}
</style>
background-color css
<style>
a { background-color: #BBBDA1; }
a { background-color: rgb(187,189,161); }
div.DivClassName
{
background-color: #BBBDA1;
}
.BgClassName
{
background-color: #BBBDA1;
}
</style>
border-color css
<style>
span { border-color: #BBBDA1; }
span { border-color: rgb(187,189,161); }
td.TdClassName
{
border-color: #BBBDA1;
}
.TagClassName
{
border-color: #BBBDA1;
}
</style>