#BCBFA2

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

Shades of Beryl Green #BCBFA2

Tints of Beryl Green #BCBFA2

Color information

#BCBFA2 (or 0xBCBFA2) is unknown color: approx Beryl Green. HEX triplet: BC, BF and A2. RGB value is (188,191,162). Sum of RGB (Red+Green+Blue) = 188+191+162=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBFA2 is #43405D. Grayscale: #BABABA. Windows color (decimal): -4407390 or 10665916. OLE color: 10665916.

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

Color convert

RGB188191162-
CMYK0.0200.150.25
HSL66.21º18.47%69.22%-
HSV(B)66.21º15.18%74.9%-
XYZ45.8950.5641.52-
YUV186.8114.01128.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 191 (75% from 255) = 35.30%
BLUE value IS 162 (63.67% from 255) = 29.94%
R=34.75%
G=35.30%
B=29.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911620.0200.150.2566.2118.4769.22
HexBCBFA220F19421245
Octal27427724220173110222105
Binary1011110010111111101000101001111110011000010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFA2; }

 p { color: rgb(188,191,162); }

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

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

 a { background-color: rgb(188,191,162); }

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

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

 span { border-color: rgb(188,191,162); }

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