#BCC2A7

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

Shades of Beryl Green #BCC2A7

Tints of Beryl Green #BCC2A7

Color information

#BCC2A7 (or 0xBCC2A7) is unknown color: approx Beryl Green. HEX triplet: BC, C2 and A7. RGB value is (188,194,167). Sum of RGB (Red+Green+Blue) = 188+194+167=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 167 (65.62% from 255 or 30.42% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC2A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC2A7 is #433D58. Grayscale: #BDBDBD. Windows color (decimal): -4406617 or 10994364. OLE color: 10994364.

HSL color Cylindrical-coordinate representation of color #BCC2A7: hue angle of 73.33º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCC2A7 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB188194167-
CMYK0.0300.140.24
HSL73.33º18.12%70.78%-
HSV(B)73.33º13.92%76.08%-
XYZ47.0152.0644.13-
YUV189.13115.51127.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 194 (76.17% from 255) = 35.34%
BLUE value IS 167 (65.62% from 255) = 30.42%
R=34.24%
G=35.34%
B=30.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881941670.0300.140.2473.3318.1270.78
HexBCC2A730E18491247
Octal27430224730163011122107
Binary1011110011000010101001111101110110001001001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC2A7; }

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

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

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

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

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

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

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

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