Shades of Beryl Green #BBC0AA
Tints of Beryl Green #BBC0AA
RGB
CMYK
RGB Variations
Color information
#BBC0AA (or 0xBBC0AA) is known color: Beryl Green. HEX triplet: BB, C0 and AA. RGB value is (187,192,170). Sum of RGB (Red+Green+Blue) = 187+192+170=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC0AA is #443F55. Grayscale: #BCBCBC. Windows color (decimal): -4472662 or 11190459. OLE color: 11190459.
HSL color Cylindrical-coordinate representation of color #BBC0AA: hue angle of 73.64º degrees, saturation: 0.15, 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 #BBC0AA is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
RGB | 187 | 192 | 170 | - |
CMYK | 0.03 | 0 | 0.11 | 0.25 |
HSL | 73.64º | 0.15% | 0.71% | - |
HSV(B) | 73.64º | 0.11% | 0.75% | - |
XYZ | 46.6 | 51.17 | 45.45 | - |
YUV | 188 | 117.84 | 127.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 192 | 170 | 0.03 | 0 | 0.11 | 0.25 | 73.64 | 0.15 | 0.71 |
Hex | BB | C0 | AA | 3 | 0 | B | 19 | 4A | F | 47 |
Octal | 273 | 300 | 252 | 3 | 0 | 13 | 31 | 112 | 17 | 107 |
Binary | 10111011 | 11000000 | 10101010 | 11 | 0 | 1011 | 11001 | 1001010 | 1111 | 1000111 |
Color Harmonies of #BBC0AA
Complementary color
Monochromatic Colors of #BBC0AA
Black with #BBC0AA
Text Example
Text Example
White with #BBC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0AA; }
p { color: rgb(187,192,170); }
H1.HeaderClassName
{
color: #BBC0AA;
}
.AnyTagClassName
{
color: #BBC0AA;
}
</style>
background-color css
<style>
a { background-color: #BBC0AA; }
a { background-color: rgb(187,192,170); }
div.DivClassName
{
background-color: #BBC0AA;
}
.BgClassName
{
background-color: #BBC0AA;
}
</style>
border-color css
<style>
span { border-color: #BBC0AA; }
span { border-color: rgb(187,192,170); }
td.TdClassName
{
border-color: #BBC0AA;
}
.TagClassName
{
border-color: #BBC0AA;
}
</style>