Shades of Beryl Green #B6BCA8
Tints of Beryl Green #B6BCA8
RGB
CMYK
RGB Variations
Color information
#B6BCA8 (or 0xB6BCA8) is known color: Beryl Green. HEX triplet: B6, BC and A8. RGB value is (182,188,168). Sum of RGB (Red+Green+Blue) = 182+188+168=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BCA8 is #494357. Grayscale: #B7B7B7. Windows color (decimal): -4801368 or 11058358. OLE color: 11058358.
HSL color Cylindrical-coordinate representation of color #B6BCA8: hue angle of 78º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6BCA8 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 182 | 188 | 168 | - |
CMYK | 0.03 | 0 | 0.11 | 0.26 |
HSL | 78º | 0.13% | 0.7% | - |
HSV(B) | 78º | 0.11% | 0.74% | - |
XYZ | 44.34 | 48.74 | 44.12 | - |
YUV | 183.93 | 119.01 | 126.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 188 | 168 | 0.03 | 0 | 0.11 | 0.26 | 78 | 0.13 | 0.7 |
Hex | B6 | BC | A8 | 3 | 0 | B | 1A | 4E | D | 46 |
Octal | 266 | 274 | 250 | 3 | 0 | 13 | 32 | 116 | 15 | 106 |
Binary | 10110110 | 10111100 | 10101000 | 11 | 0 | 1011 | 11010 | 1001110 | 1101 | 1000110 |
Color Harmonies of #B6BCA8
Complementary color
Monochromatic Colors of #B6BCA8
Black with #B6BCA8
Text Example
Text Example
White with #B6BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BCA8; }
p { color: rgb(182,188,168); }
H1.HeaderClassName
{
color: #B6BCA8;
}
.AnyTagClassName
{
color: #B6BCA8;
}
</style>
background-color css
<style>
a { background-color: #B6BCA8; }
a { background-color: rgb(182,188,168); }
div.DivClassName
{
background-color: #B6BCA8;
}
.BgClassName
{
background-color: #B6BCA8;
}
</style>
border-color css
<style>
span { border-color: #B6BCA8; }
span { border-color: rgb(182,188,168); }
td.TdClassName
{
border-color: #B6BCA8;
}
.TagClassName
{
border-color: #B6BCA8;
}
</style>