Shades of Beryl Green #BBC0AB
Tints of Beryl Green #BBC0AB
RGB
CMYK
RGB Variations
Color information
#BBC0AB (or 0xBBC0AB) is known color: Beryl Green. HEX triplet: BB, C0 and AB. RGB value is (187,192,171). Sum of RGB (Red+Green+Blue) = 187+192+171=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC0AB is #443F54. Grayscale: #BCBCBC. Windows color (decimal): -4472661 or 11255995. OLE color: 11255995.
HSL color Cylindrical-coordinate representation of color #BBC0AB: hue angle of 74.29º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBC0AB is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
RGB | 187 | 192 | 171 | - |
CMYK | 0.03 | 0 | 0.11 | 0.25 |
HSL | 74.29º | 0.14% | 0.71% | - |
HSV(B) | 74.29º | 0.11% | 0.75% | - |
XYZ | 46.69 | 51.2 | 45.95 | - |
YUV | 188.11 | 118.34 | 127.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 192 | 171 | 0.03 | 0 | 0.11 | 0.25 | 74.29 | 0.14 | 0.71 |
Hex | BB | C0 | AB | 3 | 0 | B | 19 | 4A | E | 47 |
Octal | 273 | 300 | 253 | 3 | 0 | 13 | 31 | 112 | 16 | 107 |
Binary | 10111011 | 11000000 | 10101011 | 11 | 0 | 1011 | 11001 | 1001010 | 1110 | 1000111 |
Color Harmonies of #BBC0AB
Complementary color
Monochromatic Colors of #BBC0AB
Black with #BBC0AB
Text Example
Text Example
White with #BBC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0AB; }
p { color: rgb(187,192,171); }
H1.HeaderClassName
{
color: #BBC0AB;
}
.AnyTagClassName
{
color: #BBC0AB;
}
</style>
background-color css
<style>
a { background-color: #BBC0AB; }
a { background-color: rgb(187,192,171); }
div.DivClassName
{
background-color: #BBC0AB;
}
.BgClassName
{
background-color: #BBC0AB;
}
</style>
border-color css
<style>
span { border-color: #BBC0AB; }
span { border-color: rgb(187,192,171); }
td.TdClassName
{
border-color: #BBC0AB;
}
.TagClassName
{
border-color: #BBC0AB;
}
</style>