#BCBFA5

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

Shades of Beryl Green #BCBFA5

Tints of Beryl Green #BCBFA5

Color information

#BCBFA5 (or 0xBCBFA5) is unknown color: approx Beryl Green. HEX triplet: BC, BF and A5. RGB value is (188,191,165). Sum of RGB (Red+Green+Blue) = 188+191+165=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBFA5 is #43405A. Grayscale: #BBBBBB. Windows color (decimal): -4407387 or 10862524. OLE color: 10862524.

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

Color convert

RGB188191165-
CMYK0.0200.140.25
HSL66.92º16.88%69.8%-
HSV(B)66.92º13.61%74.9%-
XYZ46.1650.6742.94-
YUV187.14115.51128.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 165 (64.84% from 255) = 30.33%
R=34.56%
G=35.11%
B=30.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911650.0200.140.2566.9216.8869.8
HexBCBFA520E19431146
Octal27427724520163110321106
Binary1011110010111111101001011001110110011000011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFA5; }

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

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

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

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

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

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

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

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