Shades of Beryl Green #BBBEAF
Tints of Beryl Green #BBBEAF
RGB
CMYK
RGB Variations
Color information
#BBBEAF (or 0xBBBEAF) is known color: Beryl Green. HEX triplet: BB, BE and AF. RGB value is (187,190,175). Sum of RGB (Red+Green+Blue) = 187+190+175=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBEAF is #444150. Grayscale: #BBBBBB. Windows color (decimal): -4473169 or 11517627. OLE color: 11517627.
HSL color Cylindrical-coordinate representation of color #BBBEAF: hue angle of 72º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBBEAF is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 190 | 175 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.25 |
| HSL | 72º | 0.1% | 0.72% | - |
| HSV(B) | 72º | 0.08% | 0.75% | - |
| XYZ | 46.64 | 50.49 | 47.84 | - |
| YUV | 187.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 175 | 0.02 | 0 | 0.08 | 0.25 | 72 | 0.1 | 0.72 |
| Hex | BB | BE | AF | 2 | 0 | 8 | 19 | 48 | A | 48 |
| Octal | 273 | 276 | 257 | 2 | 0 | 10 | 31 | 110 | 12 | 110 |
| Binary | 10111011 | 10111110 | 10101111 | 10 | 0 | 1000 | 11001 | 1001000 | 1010 | 1001000 |
Color Harmonies of #BBBEAF
Complementary color
Monochromatic Colors of #BBBEAF
Black with #BBBEAF
Text Example
Text Example
White with #BBBEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBEAF; }
p { color: rgb(187,190,175); }
H1.HeaderClassName
{
color: #BBBEAF;
}
.AnyTagClassName
{
color: #BBBEAF;
}
</style>
background-color css
<style>
a { background-color: #BBBEAF; }
a { background-color: rgb(187,190,175); }
div.DivClassName
{
background-color: #BBBEAF;
}
.BgClassName
{
background-color: #BBBEAF;
}
</style>
border-color css
<style>
span { border-color: #BBBEAF; }
span { border-color: rgb(187,190,175); }
td.TdClassName
{
border-color: #BBBEAF;
}
.TagClassName
{
border-color: #BBBEAF;
}
</style>