#BCC2A1

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

Shades of Beryl Green #BCC2A1

Tints of Beryl Green #BCC2A1

Color information

#BCC2A1 (or 0xBCC2A1) is unknown color: approx Beryl Green. HEX triplet: BC, C2 and A1. RGB value is (188,194,161). Sum of RGB (Red+Green+Blue) = 188+194+161=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC2A1 is #433D5E. Grayscale: #BCBCBC. Windows color (decimal): -4406623 or 10601148. OLE color: 10601148.

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

Color convert

RGB188194161-
CMYK0.0300.170.24
HSL70.91º21.29%69.61%-
HSV(B)70.91º17.01%76.08%-
XYZ46.4651.8541.28-
YUV188.44112.51127.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 194 (76.17% from 255) = 35.73%
BLUE value IS 161 (63.28% from 255) = 29.65%
R=34.62%
G=35.73%
B=29.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881941610.0300.170.2470.9121.2969.61
HexBCC2A1301118471546
Octal27430224130213010725106
Binary10111100110000101010000111010001110001000111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC2A1; }

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

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

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

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

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

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

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

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