Shades of Beryl Green #BCBEAF
Tints of Beryl Green #BCBEAF
RGB
CMYK
RGB Variations
Color information
#BCBEAF (or 0xBCBEAF) is known color: Beryl Green. HEX triplet: BC, BE and AF. RGB value is (188,190,175). Sum of RGB (Red+Green+Blue) = 188+190+175=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBEAF is #434150. Grayscale: #BBBBBB. Windows color (decimal): -4407633 or 11517628. OLE color: 11517628.
HSL color Cylindrical-coordinate representation of color #BCBEAF: hue angle of 68º 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 #BCBEAF is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 175 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.25 |
| HSL | 68º | 0.1% | 0.72% | - |
| HSV(B) | 68º | 0.08% | 0.75% | - |
| XYZ | 46.89 | 50.61 | 47.86 | - |
| YUV | 187.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 175 | 0.01 | 0 | 0.08 | 0.25 | 68 | 0.1 | 0.72 |
| Hex | BC | BE | AF | 1 | 0 | 8 | 19 | 44 | A | 48 |
| Octal | 274 | 276 | 257 | 1 | 0 | 10 | 31 | 104 | 12 | 110 |
| Binary | 10111100 | 10111110 | 10101111 | 1 | 0 | 1000 | 11001 | 1000100 | 1010 | 1001000 |
Color Harmonies of #BCBEAF
Complementary color
Monochromatic Colors of #BCBEAF
Black with #BCBEAF
Text Example
Text Example
White with #BCBEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBEAF; }
p { color: rgb(188,190,175); }
H1.HeaderClassName
{
color: #BCBEAF;
}
.AnyTagClassName
{
color: #BCBEAF;
}
</style>
background-color css
<style>
a { background-color: #BCBEAF; }
a { background-color: rgb(188,190,175); }
div.DivClassName
{
background-color: #BCBEAF;
}
.BgClassName
{
background-color: #BCBEAF;
}
</style>
border-color css
<style>
span { border-color: #BCBEAF; }
span { border-color: rgb(188,190,175); }
td.TdClassName
{
border-color: #BCBEAF;
}
.TagClassName
{
border-color: #BCBEAF;
}
</style>