#BCBFA3

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

Shades of Beryl Green #BCBFA3

Tints of Beryl Green #BCBFA3

Color information

#BCBFA3 (or 0xBCBFA3) is unknown color: approx Beryl Green. HEX triplet: BC, BF and A3. RGB value is (188,191,163). Sum of RGB (Red+Green+Blue) = 188+191+163=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 163 (64.06% from 255 or 30.07% from 542); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBFA3 is #43405C. Grayscale: #BBBBBB. Windows color (decimal): -4407389 or 10731452. OLE color: 10731452.

HSL color Cylindrical-coordinate representation of color #BCBFA3: hue angle of 66.43º 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 #BCBFA3 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB188191163-
CMYK0.0200.150.25
HSL66.43º17.95%69.41%-
HSV(B)66.43º14.66%74.9%-
XYZ45.9850.641.99-
YUV186.91114.51128.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.69%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 163 (64.06% from 255) = 30.07%
R=34.69%
G=35.24%
B=30.07%

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
Decimal1881911630.0200.150.2566.4317.9569.41
HexBCBFA320F19421245
Octal27427724320173110222105
Binary1011110010111111101000111001111110011000010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFA3; }

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

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

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

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

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

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

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

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