#BCBEA7

Color #BCBEA7 Beryl Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beryl Green #BCBEA7

Tints of Beryl Green #BCBEA7

Color information

#BCBEA7 (or 0xBCBEA7) is unknown color: approx Beryl Green. HEX triplet: BC, BE and A7. RGB value is (188,190,167). Sum of RGB (Red+Green+Blue) = 188+190+167=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 167 (65.62% from 255 or 30.64% from 545); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBEA7 is #434158. Grayscale: #BABABA. Windows color (decimal): -4407641 or 10993340. OLE color: 10993340.

HSL color Cylindrical-coordinate representation of color #BCBEA7: hue angle of 65.22º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCBEA7 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB188190167-
CMYK0.0100.120.25
HSL65.22º15.03%70%-
HSV(B)65.22º12.11%74.51%-
XYZ46.1350.3143.84-
YUV186.78116.84128.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 167 (65.62% from 255) = 30.64%
R=34.50%
G=34.86%
B=30.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901670.0100.120.2565.2215.0370
HexBCBEA710C1941f46
Octal27427624710143110117106
Binary10111100101111101010011110110011001100000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEA7; }

 p { color: rgb(188,190,167); }

 H1.HeaderClassName
 {
   color: #BCBEA7;
 }
 .AnyTagClassName
 {
   color: #BCBEA7;
 }
</style>
background-color css

<style>
 a { background-color: #BCBEA7; }

 a { background-color: rgb(188,190,167); }

 div.DivClassName
 {
   background-color: #BCBEA7;
 }
 .BgClassName
 {
   background-color: #BCBEA7;
 }
</style>
border-color css

<style>
 span { border-color: #BCBEA7; }

 span { border-color: rgb(188,190,167); }

 td.TdClassName
 {
   border-color: #BCBEA7;
 }
 .TagClassName
 {
   border-color: #BCBEA7;
 }
</style>