Shades of Beryl Green #BBBDA5
Tints of Beryl Green #BBBDA5
RGB
CMYK
RGB Variations
Color information
#BBBDA5 (or 0xBBBDA5) is known color: Beryl Green. HEX triplet: BB, BD and A5. RGB value is (187,189,165). Sum of RGB (Red+Green+Blue) = 187+189+165=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBDA5 is #44425A. Grayscale: #B9B9B9. Windows color (decimal): -4473435 or 10862011. OLE color: 10862011.
HSL color Cylindrical-coordinate representation of color #BBBDA5: hue angle of 65º degrees, saturation: 0.15, 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 #BBBDA5 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 165 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.26 |
| HSL | 65º | 0.15% | 0.69% | - |
| HSV(B) | 65º | 0.13% | 0.74% | - |
| XYZ | 45.48 | 49.68 | 42.79 | - |
| YUV | 185.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 165 | 0.01 | 0 | 0.13 | 0.26 | 65 | 0.15 | 0.69 |
| Hex | BB | BD | A5 | 1 | 0 | D | 1A | 41 | F | 45 |
| Octal | 273 | 275 | 245 | 1 | 0 | 15 | 32 | 101 | 17 | 105 |
| Binary | 10111011 | 10111101 | 10100101 | 1 | 0 | 1101 | 11010 | 1000001 | 1111 | 1000101 |
Color Harmonies of #BBBDA5
Complementary color
Monochromatic Colors of #BBBDA5
Black with #BBBDA5
Text Example
Text Example
White with #BBBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBDA5; }
p { color: rgb(187,189,165); }
H1.HeaderClassName
{
color: #BBBDA5;
}
.AnyTagClassName
{
color: #BBBDA5;
}
</style>
background-color css
<style>
a { background-color: #BBBDA5; }
a { background-color: rgb(187,189,165); }
div.DivClassName
{
background-color: #BBBDA5;
}
.BgClassName
{
background-color: #BBBDA5;
}
</style>
border-color css
<style>
span { border-color: #BBBDA5; }
span { border-color: rgb(187,189,165); }
td.TdClassName
{
border-color: #BBBDA5;
}
.TagClassName
{
border-color: #BBBDA5;
}
</style>